diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
commit | 6048206d2c7d6aa061cbde091751985364b6fa34 (patch) | |
tree | 2f733f258e7d2fe1aa3b75159442230adb1548fe /graphics/GlutKit | |
parent | fe2997a1d672f3478dc45d5c39f8ea3ce2b223c9 (diff) | |
download | pkgsrc-6048206d2c7d6aa061cbde091751985364b6fa34.tar.gz |
As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
Diffstat (limited to 'graphics/GlutKit')
-rw-r--r-- | graphics/GlutKit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile index 7ad10e0a561..9f9eac41b97 100644 --- a/graphics/GlutKit/Makefile +++ b/graphics/GlutKit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2003/07/13 13:51:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/30 22:58:41 jschauma Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/GlutKit/} -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit COMMENT= 3DKit GLUT backend |