diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-28 09:49:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-28 09:49:43 +0800 |
commit | c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc (patch) | |
tree | 852aa888c27553cb99a1b3560fd53d31bd256d95 /devel | |
parent | 085028ae18dfab353e82db126d222679ee9cfc43 (diff) | |
download | marcuscom-ports-c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc.tar marcuscom-ports-c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc.tar.gz marcuscom-ports-c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc.tar.bz2 marcuscom-ports-c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc.tar.lz marcuscom-ports-c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc.tar.xz marcuscom-ports-c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc.tar.zst marcuscom-ports-c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc.zip |
Move the gconf2 dependency to libgsf-gnome since it is now optional for
libgsf.
Requested vy: crsd on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14108 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgsf-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile index c56bb6365..cba0ebe15 100644 --- a/devel/libgsf-gnome/Makefile +++ b/devel/libgsf-gnome/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgsf-gnome/Makefile,v 1.12 2008/09/09 00:08:35 kwm Exp $ +# $MCom: ports/devel/libgsf-gnome/Makefile,v 1.14 2010/04/10 08:51:16 kwm Exp $ # PORTREVISION= 0 @@ -19,7 +19,7 @@ INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnomehack libgsf gnomevfs2 libbonobo ltverhack intlhack +USE_GNOME= gnomehack libgsf gnomevfs2 libbonobo ltverhack intlhack gconf2 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ --with-bz2 --with-gnome-vfs --with-gio CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |