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/libchamplain08 | |
parent | f5a637e0fa8274d33f266e0a97f152b630bf05f9 (diff) | |
download | marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.gz marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.bz2 marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.lz marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.xz 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/libchamplain08')
-rw-r--r-- | graphics/libchamplain08/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile index 51661c243..3f589960a 100644 --- a/graphics/libchamplain08/Makefile +++ b/graphics/libchamplain08/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libchamplain08/Makefile,v 1.2 2011/10/16 19:41:05 kwm Exp $ +# $MCom: ports/graphics/libchamplain08/Makefile,v 1.3 2012/04/27 13:28:44 kwm Exp $ # PORTNAME= libchamplain @@ -14,8 +14,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ +LIB_DEPENDS= clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome LATEST_LINK= libchamplain08 @@ -23,6 +22,7 @@ USE_BZIP2= yes USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1 gnomehier USE_AUTOTOOLS= libtool USE_GMAKE= yes +USE_SQLITE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |