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 /x11/gnustep-gui | |
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 'x11/gnustep-gui')
-rw-r--r-- | x11/gnustep-gui/Makefile | 3 | ||||
-rw-r--r-- | x11/gnustep-gui/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index 9c214ce3210..1e7b71ee788 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/12/05 10:06:39 adam Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:56 reed Exp $ # DISTNAME= gnustep-gui-0.9.0 +PKGREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/x11/gnustep-gui/buildlink2.mk b/x11/gnustep-gui/buildlink2.mk index ea9992eded8..e93d4bed450 100644 --- a/x11/gnustep-gui/buildlink2.mk +++ b/x11/gnustep-gui/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.7 2003/12/05 10:06:39 adam Exp $ +# $NetBSD: buildlink2.mk,v 1.8 2004/01/03 18:49:56 reed Exp $ # .if !defined(GNUSTEP_GUI_BUILDLINK2_MK) GNUSTEP_GUI_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnustep-gui -BUILDLINK_DEPENDS.gnustep-gui?= gnustep-gui>=0.9.0 +BUILDLINK_DEPENDS.gnustep-gui?= gnustep-gui>=0.9.0nb1 BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-gui=gnustep-gui |