diff options
author | reed <reed> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed> | 2004-01-03 18:49:33 +0000 |
commit | a06f12bdce16b588525a769c9f6a99518e6aaef5 (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /sysutils/xfce4-diskperf-plugin | |
parent | 3ab1e667ba104f163d1528c390c82f6594e320cc (diff) | |
download | pkgsrc-a06f12bdce16b588525a769c9f6a99518e6aaef5.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 'sysutils/xfce4-diskperf-plugin')
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index cd9c4644f70..041f3b08c99 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-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:53 reed Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 1.4 DISTNAME= xfce4-diskperf-plugin-${XFCE4_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= XFce4 disk performance plugin diff --git a/sysutils/xfce4-diskperf-plugin/buildlink2.mk b/sysutils/xfce4-diskperf-plugin/buildlink2.mk index c0b27c27a12..6cc468800ca 100644 --- a/sysutils/xfce4-diskperf-plugin/buildlink2.mk +++ b/sysutils/xfce4-diskperf-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:53 reed Exp $ # # This Makefile fragment is included by packages that use xfce4-diskperf-plugin. # @@ -9,7 +9,7 @@ XFCE4_DISKPERF_PLUGIN_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= xfce4-diskperf-plugin -BUILDLINK_DEPENDS.xfce4-diskperf-plugin?= xfce4-diskperf-plugin>=1.4nb1 +BUILDLINK_DEPENDS.xfce4-diskperf-plugin?= xfce4-diskperf-plugin>=1.4nb2 BUILDLINK_PKGSRCDIR.xfce4-diskperf-plugin?= ../../sysutils/xfce4-diskperf-plugin EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-diskperf-plugin=xfce4-diskperf-plugin |