diff options
-rw-r--r-- | devel/GConf2/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf2/Makefile.common | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index be583b29873..f08e0bd0d1c 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/02/11 00:53:57 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/12 19:07:00 jmmv Exp $ # .include "../../devel/GConf2/Makefile.common" @@ -26,7 +26,6 @@ post-install: .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" -.include "../../devel/pkgconfig/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/xmlcatmgr/buildlink3.mk" diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index a31184e9e66..49fd690d695 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2004/02/11 00:53:57 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/02/12 19:07:00 jmmv Exp $ # DISTNAME= GConf-2.4.0.1 @@ -32,3 +32,5 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults + +.include "../../devel/pkgconfig/buildlink3.mk" |