summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-12 19:07:00 +0000
committerjmmv <jmmv>2004-02-12 19:07:00 +0000
commitacc4da1366f5309449c5bc61334fc0f9e2f48538 (patch)
treedd3603ac3eb7c3f8423217b8586fdddf6ef4a997
parent4d5c231e62ea5180b5b268710ca89eb35dbf2479 (diff)
downloadpkgsrc-acc4da1366f5309449c5bc61334fc0f9e2f48538.tar.gz
Move pkgconfig bl3's inclusion to Makefile.common, so both GConf2 and GConf2-ui
benefit of it.
-rw-r--r--devel/GConf2/Makefile3
-rw-r--r--devel/GConf2/Makefile.common4
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"