summaryrefslogtreecommitdiff
path: root/games/battleball
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:46:51 +0000
committerjschauma <jschauma>2003-03-09 19:46:51 +0000
commit10576c80ee95498de2a7a60ab5691fe174c6f308 (patch)
treee0df3922504cc2cdaa78eb3dff75ab1c054ef11f /games/battleball
parentc5ef8bcf675f083a7830417856df33753384318e (diff)
downloadpkgsrc-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/battleball')
-rw-r--r--games/battleball/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index 957bdfcf4b4..23ea5eda23d 100644
--- a/games/battleball/Makefile
+++ b/games/battleball/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2002/10/21 00:55:26 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/03/09 19:46:52 jschauma Exp $
DISTNAME= battleball.21.src
PKGNAME= battleball-2.1
+PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://linuxberg.prover.com.br/files/x11/entertain/
@@ -25,7 +26,7 @@ do-install:
.include "../../mk/bsd.prefs.mk"
.if defined(BATTLEBALL_USE_MESA)
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
.else
CPPFLAGS+= -DNO_OPENGL
SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|'