Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 19:35:45 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318622 - head/graphics/libchamplain
Message-ID:  <201305201935.r4KJZjNQ018736@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon May 20 19:35:45 2013
New Revision: 318622
URL: http://svnweb.freebsd.org/changeset/ports/318622

Log:
  Explicitly depend on USE_GL=gl, this will fix the build by providing needed
  build_depends. [1]
  While here, Use USE_SQLITE, USES=pathfix and pkgconfig, remove shlib versions
  from lib_depend.
  
  Submitted by:	xorg exp-run (run by miwi) [1]

Modified:
  head/graphics/libchamplain/Makefile

Modified: head/graphics/libchamplain/Makefile
==============================================================================
--- head/graphics/libchamplain/Makefile	Mon May 20 19:30:54 2013	(r318621)
+++ head/graphics/libchamplain/Makefile	Mon May 20 19:35:45 2013	(r318622)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libchamplain
 PORTVERSION=	0.8.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 
@@ -12,14 +12,16 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	A C library provides a Gtk+ widget to display rasterized maps/markers
 
 BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	sqlite3.8:${PORTSDIR}/databases/sqlite3 \
-		clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \
-		soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS=	clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
+		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
 RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomeprefix gtk20 gnomehack ltverhack:1
+USES=		pathfix pkgconfig
+USE_GNOME=	gnomeprefix gtk20 ltverhack:1
+USE_SQLITE=	3
 USE_AUTOTOOLS=	libtool
+USE_GL=		gl
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305201935.r4KJZjNQ018736>