diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 22:04:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 22:04:52 +0000 |
commit | 43ac8c39e1f2bb04aeb9af48d8271ef8f5c6894c (patch) | |
tree | 02da378bc7e5aad8deda3d3d5b81fc15205ad076 /games/battleball/Makefile | |
parent | 6316500dea2779a84bf2d4a4b098b23c70314c9e (diff) | |
download | pkgsrc-43ac8c39e1f2bb04aeb9af48d8271ef8f5c6894c.tar.gz |
Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r-- | games/battleball/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index be63d925c12..2703cad705f 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:14:42 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/13 22:04:52 jlam Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 @@ -13,7 +13,7 @@ COMMENT= 3d game of soccer, with tanks WRKSRC= ${WRKDIR}/battleball-2.1-src USE_BUILDLINK3= YES USE_X11= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ SED_CMDS= -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|' |