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 /graphics/GlutKit | |
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 'graphics/GlutKit')
-rw-r--r-- | graphics/GlutKit/Makefile | 4 | ||||
-rw-r--r-- | graphics/GlutKit/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile index 9f9eac41b97..9dd223be9d8 100644 --- a/graphics/GlutKit/Makefile +++ b/graphics/GlutKit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2003/11/30 22:58:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/03 18:49:41 reed Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/GlutKit/} -PKGREVISION= 3 +PKGREVISION= 4 WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit COMMENT= 3DKit GLUT backend diff --git a/graphics/GlutKit/buildlink2.mk b/graphics/GlutKit/buildlink2.mk index aee119dcccc..6cdd7696207 100644 --- a/graphics/GlutKit/buildlink2.mk +++ b/graphics/GlutKit/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/07/13 13:51:56 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2004/01/03 18:49:41 reed Exp $ # # This Makefile fragment is included by packages that use GlutKit. # @@ -9,7 +9,7 @@ GLUTKIT_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= GlutKit -BUILDLINK_DEPENDS.GlutKit?= GlutKit>=0.3.1r2nb2 +BUILDLINK_DEPENDS.GlutKit?= GlutKit>=0.3.1r2nb4 BUILDLINK_PKGSRCDIR.GlutKit?= ../../graphics/GlutKit EVAL_PREFIX+= BUILDLINK_PREFIX.GlutKit=GlutKit |