svn commit: r318622 - head/graphics/libchamplain
Koop Mast
kwm at FreeBSD.org
Mon May 20 19:35:46 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list