summaryrefslogtreecommitdiff
path: root/devel/GConf2-ui
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-ui
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-ui')
-rw-r--r--devel/GConf2-ui/Makefile8
1 files changed, 3 insertions, 5 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"