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 /games/quake6/Makefile | |
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 'games/quake6/Makefile')
-rw-r--r-- | games/quake6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile index fb6f430d9d3..aa29baa28b4 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2003/03/29 12:41:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2003/11/30 22:58:41 jschauma Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/quakeforge CATEGORIES= games MASTER_SITES= http://www.viagenie.qc.ca/quake/ |