diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
commit | 51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /games | |
parent | 601583c3207bd23bb05d0761888aefcb5699e1c2 (diff) | |
download | pkgsrc-51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'games')
-rw-r--r-- | games/abuse/Makefile | 4 | ||||
-rw-r--r-- | games/scummvm-tools/Makefile | 4 | ||||
-rw-r--r-- | games/starfighter/Makefile | 4 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index 0da1708f648..2ec938ec26d 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/02/02 17:38:36 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2007/02/22 19:30:03 wiz Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -15,7 +15,7 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS=${X11_LDFLAGS:Q} USE_TOOLS+= gmake gtar -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ NOT_FOR_PLATFORM= NetBSD-*-arm32 diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index f60d27eccda..a44a3a122a8 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/22 19:30:03 wiz Exp $ # DISTNAME= scummvm-tools-0.9.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://scummvm.sourceforge.net/ COMMENT= Conversion and compression tools for ScummVM WRKSRC= ${WRKDIR}/tools-0.9.0 -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake DEPENDS+= flac-[0-9]*:../../audio/flac diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index 4ebeebc743b..387e901f3d9 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/09/09 02:42:01 obache Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/22 19:30:03 wiz Exp $ # DISTNAME= starfighter-1.1-1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.parallelrealities.co.uk/starfighter.php COMMENT= Old school 2D shoot them up USE_TOOLS+= gmake -USE_LANGUAGES+= c++ +USE_LANGUAGES= c++ WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//} MAKE_FILE= makefile diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 5671a84ca82..97539647f6a 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/02/02 21:42:37 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/22 19:30:03 wiz Exp $ DISTNAME= wesnoth-1.2.1 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.wesnoth.org/ COMMENT= Fantasy turn-based strategy game USE_TOOLS+= pkg-config -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes UNLIMIT_RESOURCES+= datasize |