summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-10 11:59:31 +0000
committerxtraeme <xtraeme>2004-03-10 11:59:31 +0000
commitf8ba516464510c568e6f43a005cc944d7d3ba50d (patch)
tree404cbea776b37254a4113517739982b01cd48619 /time
parent1edbd16ea90ea88d48f6ef1ae9d50c938b68072c (diff)
downloadpkgsrc-f8ba516464510c568e6f43a005cc944d7d3ba50d.tar.gz
bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.
Diffstat (limited to 'time')
-rw-r--r--time/xfce4-datetime-plugin/Makefile6
-rw-r--r--time/xfce4-datetime-plugin/buildlink3.mk22
2 files changed, 25 insertions, 3 deletions
diff --git a/time/xfce4-datetime-plugin/Makefile b/time/xfce4-datetime-plugin/Makefile
index f2e1e1a03c1..bdacc24db64 100644
--- a/time/xfce4-datetime-plugin/Makefile
+++ b/time/xfce4-datetime-plugin/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/10 11:59:31 xtraeme Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.2
DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/xfce-goodies/
COMMENT= XFce4 calendar plugin
-.include "../../x11/xfce4-panel/buildlink2.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/xfce4-datetime-plugin/buildlink3.mk b/time/xfce4-datetime-plugin/buildlink3.mk
new file mode 100644
index 00000000000..4466977146e
--- /dev/null
+++ b/time/xfce4-datetime-plugin/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/03/10 11:59:31 xtraeme Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+XFCE4_DATETIME_PLUGIN_BUILDLINK3_MK:= ${XFCE4_DATETIME_PLUGIN_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= xfce4-datetime-plugin
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-datetime-plugin}
+BUILDLINK_PACKAGES+= xfce4-datetime-plugin
+
+.if !empty(XFCE4_DATETIME_PLUGIN_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.xfce4-datetime-plugin+= xfce4-datetime-plugin>=0.2nb4
+BUILDLINK_PKGSRCDIR.xfce4-datetime-plugin?= ../../time/xfce4-datetime-plugin
+
+.include "../../x11/xfce4-panel/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+
+.endif # XFCE4_DATETIME_PLUGIN_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}