summaryrefslogtreecommitdiff
path: root/graphics/GeometryKit
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-01-03 18:49:33 +0000
committerreed <reed@pkgsrc.org>2004-01-03 18:49:33 +0000
commit6d9af8d68d56c4569329a5d06d3a7e121c31268a (patch)
tree9081871bd8eb77c4940a5eca1b3c12d42386c628 /graphics/GeometryKit
parent6b0b055137cc8d8b15c94ed4a025b6244da98f11 (diff)
downloadpkgsrc-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/GeometryKit')
-rw-r--r--graphics/GeometryKit/Makefile4
-rw-r--r--graphics/GeometryKit/buildlink2.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile
index 1c97e4d25dc..ea26477758d 100644
--- a/graphics/GeometryKit/Makefile
+++ b/graphics/GeometryKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2003/07/13 13:51:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:41 reed Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GeometryKit/}
-PKGREVISION= 2
+PKGREVISION= 3
WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit
COMMENT= Objective-C class library for calculating 3D geometry
diff --git a/graphics/GeometryKit/buildlink2.mk b/graphics/GeometryKit/buildlink2.mk
index 64de9f55c3e..769aa3cd6c6 100644
--- a/graphics/GeometryKit/buildlink2.mk
+++ b/graphics/GeometryKit/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 GeometryKit.
#
@@ -9,7 +9,7 @@
GEOMETRYKIT_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= GeometryKit
-BUILDLINK_DEPENDS.GeometryKit?= GeometryKit>=0.3.1r2nb2
+BUILDLINK_DEPENDS.GeometryKit?= GeometryKit>=0.3.1r2nb3
BUILDLINK_PKGSRCDIR.GeometryKit?= ../../graphics/GeometryKit
EVAL_PREFIX+= BUILDLINK_PREFIX.GeometryKit=GeometryKit