summaryrefslogtreecommitdiff
path: root/devel/GConf2-ui
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-11 00:48:07 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-11 00:48:07 +0000
commit689cae234cd4f9d3b1c098ae78416e4782443eba (patch)
treec12e7dccdf592df894c2acd66bb6c6c159d6e0ee /devel/GConf2-ui
parente88d1114d26ce879ea56661fc245ce9c65cc5d39 (diff)
downloadpkgsrc-689cae234cd4f9d3b1c098ae78416e4782443eba.tar.gz
bl3ify
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r--devel/GConf2-ui/Makefile6
-rw-r--r--devel/GConf2-ui/buildlink3.mk25
2 files changed, 28 insertions, 3 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile
index 38312f932da..a68ceeca206 100644
--- a/devel/GConf2-ui/Makefile
+++ b/devel/GConf2-ui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/23 21:50:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/11 00:53:57 xtraeme Exp $
#
.include "../../devel/GConf2/Makefile.common"
@@ -20,6 +20,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
${PREFIX}/libexec
-.include "../../devel/GConf2/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../devel/GConf2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/GConf2-ui/buildlink3.mk b/devel/GConf2-ui/buildlink3.mk
new file mode 100644
index 00000000000..42e535ffd9b
--- /dev/null
+++ b/devel/GConf2-ui/buildlink3.mk
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 00:53:57 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use GConf2-ui.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GCONF2_UI_BUILDLINK3_MK:= ${GCONF2_UI_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= GConf2-ui
+.endif
+
+.if !empty(GCONF2_UI_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= GConf2-ui
+BUILDLINK_DEPENDS.GConf2-ui+= GConf2-ui>=2.4.0.1nb1
+BUILDLINK_PKGSRCDIR.GConf2-ui?= ../../devel/GConf2-ui
+
+.include "../../devel/GConf2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.endif # GCONF2_UI_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}