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 | 6d9af8d68d56c4569329a5d06d3a7e121c31268a (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /wm/windowmaker | |
parent | 6b0b055137cc8d8b15c94ed4a025b6244da98f11 (diff) | |
download | pkgsrc-6d9af8d68d56c4569329a5d06d3a7e121c31268a.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 'wm/windowmaker')
-rw-r--r-- | wm/windowmaker/Makefile | 4 | ||||
-rw-r--r-- | wm/windowmaker/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 5673aae279e..b8f04b93dd0 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2003/09/17 19:41:15 grant Exp $ +# $NetBSD: Makefile,v 1.40 2004/01/03 18:49:54 reed Exp $ DISTNAME= WindowMaker-0.80.2 PKGNAME= windowmaker-0.80.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 wm windowmaker MASTER_SITES= ftp://ftp.windowmaker.org/pub/source/release/ \ ftp://ftp.ics.es.osaka-u.ac.jp/mirrors/WindowMaker/source/release/ diff --git a/wm/windowmaker/buildlink2.mk b/wm/windowmaker/buildlink2.mk index ef111e0e7ac..dc671ac3429 100644 --- a/wm/windowmaker/buildlink2.mk +++ b/wm/windowmaker/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/07/13 13:53:45 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2004/01/03 18:49:54 reed Exp $ .if !defined(WINDOWMAKER_BUILDLINK2_MK) WINDOWMAKER_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= windowmaker -BUILDLINK_DEPENDS.windowmaker?= windowmaker>=0.80.2nb2 +BUILDLINK_DEPENDS.windowmaker?= windowmaker>=0.80.2nb3 BUILDLINK_PKGSRCDIR.windowmaker?= ../../wm/windowmaker EVAL_PREFIX+= BUILDLINK_PREFIX.windowmaker=windowmaker |