diff options
author | fredb <fredb@pkgsrc.org> | 2000-01-06 19:10:31 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-01-06 19:10:31 +0000 |
commit | 1ddc7d4b1234197c30c514395df02f9de3011458 (patch) | |
tree | 0ac0846c89c63414f231b77ae40c9d1ee15db0e1 /games | |
parent | 6ca0272670fbb165e2069da53900581292ad278b (diff) | |
download | pkgsrc-1ddc7d4b1234197c30c514395df02f9de3011458.tar.gz |
DTRT with bsd.prefs.mk/bsd.pkg.mk. Fix grammar in note.
Diffstat (limited to 'games')
-rw-r--r-- | games/battleball/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 258476bb1a8..10231e18509 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/06 08:36:07 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/06 19:10:31 fredb Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 @@ -21,13 +21,15 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin/ -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" .if !defined(USE_MESA) CPPFLAGS+= -DNO_OPENGL SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|' .else # Note to Maintainers: Wildcard needs to match all possible Mesa-glx -# variations so the build doesn't fail if Mesa-glx is already installed. +# variations, so the build doesn't fail if Mesa-glx is already installed. DEPENDS+= Mesa-*:../../graphics/Mesa .endif + +.include "../../mk/bsd.pkg.mk" |