diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-09 00:56:41 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-09 00:56:41 +0800 |
| commit | 30231ce06aa33267c7e3a4eec7aa6e90ac6d65de (patch) | |
| tree | 382dbb89234500d7218d8f24e16f0c3708a6bd96 /graphics/libchamplain | |
| parent | f5a637e0fa8274d33f266e0a97f152b630bf05f9 (diff) | |
| download | marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.gz marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.zst marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.zip | |
Change custom LIB_DEPENDS=sqlite3 -> USE_SQLITE=yes
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17033 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain')
| -rw-r--r-- | graphics/libchamplain/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 02d384ff3..d25b7de6b 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libchamplain/Makefile,v 1.31 2012/05/25 12:33:52 kwm Exp $ +# $MCom: ports/graphics/libchamplain/Makefile,v 1.32 2012/07/15 11:23:01 kwm Exp $ # PORTNAME= libchamplain @@ -15,14 +15,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - clutter-gtk-1.0.0:${PORTSDIR}/graphics/clutter-gtk3 \ +LIB_DEPENDS= clutter-gtk-1.0.0:${PORTSDIR}/graphics/clutter-gtk3 \ soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome USE_XZ= yes USE_GNOME= pkgconfig gtk30 gnomehack ltverhack gnomehier USE_AUTOTOOLS= libtool USE_GMAKE= yes +USE_SQLITE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |
