summaryrefslogtreecommitdiff
path: root/devel
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
commitae761d8410b8ac3bf588e555e89f61f32c2d87da (patch)
treefcd89d70cf17620d03fddfd05cacaf5676ec3bdb /devel
parent74a374c9ace14b96688881eeb3148da9b9b24380 (diff)
downloadpkgsrc-ae761d8410b8ac3bf588e555e89f61f32c2d87da.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')
-rw-r--r--devel/GConf2-ui/Makefile8
-rw-r--r--devel/GConf2/Makefile5
-rw-r--r--devel/GConf2/Makefile.common7
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile
index 74dfbfbfb9e..cb281cfc86e 100644
--- a/devel/GConf2-ui/Makefile
+++ b/devel/GConf2-ui/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:44 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/10/08 17:15:48 jmmv Exp $
#
.include "../../devel/GConf2/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/}
+PKGREVISION= 1
-BUILDLINK_DEPENDS.GConf2+= GConf2>=2.10.0
+BUILDLINK_DEPENDS.GConf2+= GConf2>=2.12.0nb1
CONFIGURE_ARGS+= --enable-gtk
@@ -19,8 +20,5 @@ do-install:
${PREFIX}/libexec
.include "../../devel/GConf2/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../net/ORBit2/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
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"