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 | ab355eedb6e61d4d8ef9bca5415752a54f2b5d02 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /games/starfighter | |
parent | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (diff) | |
download | pkgsrc-ab355eedb6e61d4d8ef9bca5415752a54f2b5d02.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'games/starfighter')
-rw-r--r-- | games/starfighter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |