diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:46:51 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:46:51 +0000 |
commit | 75b50e11df8dea33daaa08715473a0eaca393e13 (patch) | |
tree | e0df3922504cc2cdaa78eb3dff75ab1c054ef11f /games/knightcap/Makefile | |
parent | e7c1762bd099b15e25bfbfa9e763b31bf040b846 (diff) | |
download | pkgsrc-75b50e11df8dea33daaa08715473a0eaca393e13.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/Makefile')
-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/ |