diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 17:26:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 17:26:38 +0000 |
commit | 6cc359fa27ea3dbd19cad553c8a84bb295079738 (patch) | |
tree | 9617f5111a31ac68ea896f05b3a3af0ddfe6ffd0 /games | |
parent | d9e2f546ab6f079694e78a0397ccdb845f25682e (diff) | |
download | pkgsrc-6cc359fa27ea3dbd19cad553c8a84bb295079738.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'games')
-rw-r--r-- | games/blobwars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index 2b15b34ac0f..3f096097856 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/22 17:26:38 wiz Exp $ # DISTNAME= blobwars-1.04-1 @@ -12,6 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.parallelrealities.co.uk/blobWars.php COMMENT= Blob Wars: Metal Blob Solid (platform shooter) +USE_LANGUAGES= c++ WRKSRC= ${WRKDIR}/blobwars-1.04 MAKEFILE= makefile USE_TOOLS+= gmake |