diff options
author | jschauma <jschauma> | 2003-11-30 22:58:40 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-11-30 22:58:40 +0000 |
commit | c1c88c8fa962fb01f9204895aa4bcfd119110f19 (patch) | |
tree | 2f733f258e7d2fe1aa3b75159442230adb1548fe /graphics/GlutKit | |
parent | 9d47624e80d010a8c1e28be40e79e9331ef27ea4 (diff) | |
download | pkgsrc-c1c88c8fa962fb01f9204895aa4bcfd119110f19.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 |