diff options
author | rh <rh@pkgsrc.org> | 2004-09-24 01:56:53 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-09-24 01:56:53 +0000 |
commit | b3da7e1bbf765f7f9540070db4fad90d29f5539a (patch) | |
tree | d65151383d4166371a2f6bde13bb1ed4c7d4bcd4 /graphics/GlutKit | |
parent | 0b848463b21476e916768cad3b3b507b9d9480a6 (diff) | |
download | pkgsrc-b3da7e1bbf765f7f9540070db4fad90d29f5539a.tar.gz |
Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.
Noteworthy changes in gnustep-base-1.10.0:
==========================================
Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.
* A large majority of the library classes have been documented
thanks to the efforts of Andrew Ruder
* URL classes support persistant connections
* Mac OSX XML compatibility fixes.
Diffstat (limited to 'graphics/GlutKit')
-rw-r--r-- | graphics/GlutKit/Makefile | 4 | ||||
-rw-r--r-- | graphics/GlutKit/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile index 331c18db2d9..2276c5d210e 100644 --- a/graphics/GlutKit/Makefile +++ b/graphics/GlutKit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2004/08/26 19:02:35 reed Exp $ +# $NetBSD: Makefile,v 1.12 2004/09/24 01:56:54 rh Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/GlutKit/} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= 3DKit GLUT backend diff --git a/graphics/GlutKit/buildlink3.mk b/graphics/GlutKit/buildlink3.mk index cc81c02da63..3cc13cacb41 100644 --- a/graphics/GlutKit/buildlink3.mk +++ b/graphics/GlutKit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/05/05 03:36:25 snj Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:54 rh Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GLUTKIT_BUILDLINK3_MK:= ${GLUTKIT_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= GlutKit .if !empty(GLUTKIT_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.GlutKit+= GlutKit>=0.3.1r2nb4 -BUILDLINK_RECOMMENDED.GlutKit?= GlutKit>=0.3.1r2nb6 +BUILDLINK_RECOMMENDED.GlutKit?= GlutKit>=0.3.1r2nb8 BUILDLINK_PKGSRCDIR.GlutKit?= ../../graphics/GlutKit .endif # GLUTKIT_BUILDLINK3_MK |