diff options
author | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
commit | 91aa432d21a2f20eb5483a1219a910033155c35c (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /time/xfce4-datetime-plugin | |
parent | c253fd702d685399ef9d2151afe6fa2718685c4c (diff) | |
download | pkgsrc-91aa432d21a2f20eb5483a1219a910033155c35c.tar.gz |
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
Diffstat (limited to 'time/xfce4-datetime-plugin')
-rw-r--r-- | time/xfce4-datetime-plugin/Makefile | 4 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/time/xfce4-datetime-plugin/Makefile b/time/xfce4-datetime-plugin/Makefile index 8a5a1a87800..5f546808ed9 100644 --- a/time/xfce4-datetime-plugin/Makefile +++ b/time/xfce4-datetime-plugin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/03 18:49:54 reed Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.2 DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= XFce4 calendar plugin diff --git a/time/xfce4-datetime-plugin/buildlink2.mk b/time/xfce4-datetime-plugin/buildlink2.mk index fcd5875bc63..c88eb864354 100644 --- a/time/xfce4-datetime-plugin/buildlink2.mk +++ b/time/xfce4-datetime-plugin/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2004/01/03 18:49:54 reed Exp $ # # This Makefile fragment is included by packages that use xfce4-datetime-plugin. # @@ -9,7 +9,7 @@ XFCE4_DATETIME_PLUGIN_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= xfce4-datetime-plugin -BUILDLINK_DEPENDS.xfce4-datetime-plugin?= xfce4-datetime-plugin>=0.2nb1 +BUILDLINK_DEPENDS.xfce4-datetime-plugin?= xfce4-datetime-plugin>=0.2nb2 BUILDLINK_PKGSRCDIR.xfce4-datetime-plugin?= ../../time/xfce4-datetime-plugin EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-datetime-plugin=xfce4-datetime-plugin |