summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-24 01:37:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-24 01:37:03 +0000
commit2f48f87633c54c24991ab161532c673a719554c0 (patch)
treed87c953a4d6493cc126a35af802ff5bde6b4ceec
parentSHA256ify (diff)
Be sure to use the standard GConf source.
Notes
Notes: svn path=/head/; revision=154304
-rw-r--r--devel/libgsf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index c27ffb853a1f..3547a10c69e1 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -29,7 +29,8 @@ USE_GNOME?= gnomehack glib20 libxml2 gconf2 ltverhack intlhack
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc --without-gnome --with-bz2 \
- --mandir=${PREFIX}/man
+ --mandir=${PREFIX}/man \
+ --with-gconf-source=${GCONF_CONFIG_SOURCE}
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"