diff options
author | jschauma <jschauma> | 2003-03-09 19:46:51 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-09 19:46:51 +0000 |
commit | 10576c80ee95498de2a7a60ab5691fe174c6f308 (patch) | |
tree | e0df3922504cc2cdaa78eb3dff75ab1c054ef11f /games/knightcap | |
parent | c5ef8bcf675f083a7830417856df33753384318e (diff) | |
download | pkgsrc-10576c80ee95498de2a7a60ab5691fe174c6f308.tar.gz |
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'games/knightcap')
-rw-r--r-- | games/knightcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/knightcap/Makefile b/games/knightcap/Makefile index c4cb7809128..3ce1b6d655a 100644 --- a/games/knightcap/Makefile +++ b/games/knightcap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/09/23 10:03:03 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/09 19:46:53 jschauma Exp $ DISTNAME= KnightCap-3.6 PKGNAME= knightcap-3.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ |