summaryrefslogtreecommitdiff
path: root/devel/GConf2
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-10-08 17:15:48 +0000
committerjmmv <jmmv@pkgsrc.org>2005-10-08 17:15:48 +0000
commit7dd8a81f02c1f36921d047299289ff0e882ea361 (patch)
treefcd89d70cf17620d03fddfd05cacaf5676ec3bdb /devel/GConf2
parent0ca26d0066a3c7ba1f5918137bab16012f5cf65b (diff)
downloadpkgsrc-7dd8a81f02c1f36921d047299289ff0e882ea361.tar.gz
Move common dependencies to Makefile.common.
Adjust dependencies for glib2 and GConf2 to match what's needed by GConf2 and GConf2-ui, respectively (hi drochner@!). Bump their revisions to 1.
Diffstat (limited to 'devel/GConf2')
-rw-r--r--devel/GConf2/Makefile5
-rw-r--r--devel/GConf2/Makefile.common7
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile
index f7a5959ffdc..1dd4e6bb378 100644
--- a/devel/GConf2/Makefile
+++ b/devel/GConf2/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2004/10/26 20:57:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.33 2005/10/08 17:15:48 jmmv Exp $
#
.include "../../devel/GConf2/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf2/}
+PKGREVISION= 1
USE_PKGINSTALL= YES
@@ -27,8 +28,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/gconf/schemas
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/popt/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 a89b4c1a4c7..79ae105a054 100644
--- a/devel/GConf2/Makefile.common
+++ b/devel/GConf2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2005/10/07 16:00:24 drochner Exp $
+# $NetBSD: Makefile.common,v 1.34 2005/10/08 17:15:48 jmmv Exp $
#
DISTNAME= GConf-2.12.0
@@ -33,3 +33,8 @@ CONFIGURE_ARGS+= --with-sysconfsubdir=
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
+
+BUILDLINK_DEPENDS.glib2+= glib2>=2.8.0
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"