diff options
author | dholland <dholland@pkgsrc.org> | 2008-09-08 06:38:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-09-08 06:38:56 +0000 |
commit | 4cf56c807186c30deefb698741cef8f1f531e8cd (patch) | |
tree | 52109b5500cad0f8aaeaddc3e9da26a6665e7b1b /graphics/GlutKit | |
parent | 642a55313254b8a018477f6dc388abf5d838111d (diff) | |
download | pkgsrc-4cf56c807186c30deefb698741cef8f1f531e8cd.tar.gz |
Fix deps for modular xorg. Bump PKGREVISIONs.
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 b23f8fd4b64..cb5df83a7f5 100644 --- a/graphics/GlutKit/Makefile +++ b/graphics/GlutKit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2008/01/18 05:06:37 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2008/09/08 06:38:56 dholland Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/GlutKit/} -PKGREVISION= 14 +PKGREVISION= 15 COMMENT= 3DKit GLUT backend |