diff options
Diffstat (limited to '')
-rw-r--r-- | devel/gconf2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 6989d6652824..c14e74ea7d64 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -32,8 +32,7 @@ USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack \ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc \ - --mandir=${PREFIX}/man + --disable-gtk-doc # --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |