diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
commit | 559603c1ddc7d4f664173836c7bd4b515a5539f1 (patch) | |
tree | 41dd3b7f8e57da510c64a490aa410798a76dec65 /graphics/GeometryKit | |
parent | 1a3a4d209fee5e0656f2efb5f563feaebe417ba5 (diff) | |
download | pkgsrc-559603c1ddc7d4f664173836c7bd4b515a5539f1.tar.gz |
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Diffstat (limited to 'graphics/GeometryKit')
-rw-r--r-- | graphics/GeometryKit/Makefile | 4 | ||||
-rw-r--r-- | graphics/GeometryKit/buildlink2.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile index a000f505efa..6e5b3b99f70 100644 --- a/graphics/GeometryKit/Makefile +++ b/graphics/GeometryKit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2004/01/23 21:50:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:40 wiz Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/GeometryKit/} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= Objective-C class library for calculating 3D geometry diff --git a/graphics/GeometryKit/buildlink2.mk b/graphics/GeometryKit/buildlink2.mk index 769aa3cd6c6..d5f5668df85 100644 --- a/graphics/GeometryKit/buildlink2.mk +++ b/graphics/GeometryKit/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.4 2004/01/03 18:49:41 reed Exp $ +# $NetBSD: buildlink2.mk,v 1.5 2004/03/26 02:27:40 wiz Exp $ # # This Makefile fragment is included by packages that use GeometryKit. # @@ -10,6 +10,7 @@ GEOMETRYKIT_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= GeometryKit BUILDLINK_DEPENDS.GeometryKit?= GeometryKit>=0.3.1r2nb3 +BUILDLINK_RECOMMENDED.GeometryKit?= GeometryKit>=0.3.1r2nb5 BUILDLINK_PKGSRCDIR.GeometryKit?= ../../graphics/GeometryKit EVAL_PREFIX+= BUILDLINK_PREFIX.GeometryKit=GeometryKit |