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/xracer | |
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/xracer')
-rw-r--r-- | games/xracer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index e6df80d3f9c..8122fc320f0 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2003/03/08 20:23:20 jmc Exp $ +# $NetBSD: Makefile,v 1.25 2003/03/09 19:46:54 jschauma Exp $ # DISTNAME= xracer-0.96.9 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://xracer.annexia.org/files/ |