diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /graphics/GlutKit | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
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 9fbab018623..0ed95569995 100644 --- a/graphics/GlutKit/Makefile +++ b/graphics/GlutKit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2006/01/24 07:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:27 joerg Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/GlutKit/} -PKGREVISION= 10 +PKGREVISION= 11 COMMENT= 3DKit GLUT backend diff --git a/graphics/GlutKit/buildlink3.mk b/graphics/GlutKit/buildlink3.mk index 6aa5db62311..8d75af82345 100644 --- a/graphics/GlutKit/buildlink3.mk +++ b/graphics/GlutKit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2006/01/24 07:32:10 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/02/05 23:09:27 joerg 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.1r2nb10 +BUILDLINK_RECOMMENDED.GlutKit?= GlutKit>=0.3.1r2nb11 BUILDLINK_PKGSRCDIR.GlutKit?= ../../graphics/GlutKit .endif # GLUTKIT_BUILDLINK3_MK |