diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-24 01:37:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-24 01:37:03 +0000 |
commit | 2f48f87633c54c24991ab161532c673a719554c0 (patch) | |
tree | d87c953a4d6493cc126a35af802ff5bde6b4ceec /devel/libgsf | |
parent | 32487a10ad8c8833d2bdea39aae20545b6bbfdf2 (diff) | |
download | ports-2f48f87633c54c24991ab161532c673a719554c0.tar.gz ports-2f48f87633c54c24991ab161532c673a719554c0.zip |
Notes
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 3 |
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" |