diff options
author | marcus <marcus@FreeBSD.org> | 2006-01-24 09:37:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-01-24 09:37:03 +0800 |
commit | 1d22dc2010b02e6a0ec2e71655fb05e9bba9490c (patch) | |
tree | 79db60054eb6a42ab320c4da54fe2b561e471ea5 /devel/libgsf | |
parent | c2caf1d75bac2084743521bed14bb7148b8e7c43 (diff) | |
download | freebsd-ports-gnome-1d22dc2010b02e6a0ec2e71655fb05e9bba9490c.tar.gz freebsd-ports-gnome-1d22dc2010b02e6a0ec2e71655fb05e9bba9490c.tar.zst freebsd-ports-gnome-1d22dc2010b02e6a0ec2e71655fb05e9bba9490c.zip |
Be sure to use the standard GConf source.
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" |