diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 19:26:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 19:26:10 +0000 |
commit | 7a7afca12eab91ad77d637bc85a40aa57ea649b7 (patch) | |
tree | 1925140e088d8a3b3192ec2efb3ae0215e7d5b65 /games/orbital_eunuchs_sniper | |
parent | 3288d389c4952e97bb6d44cbe1613d0faf205c7a (diff) | |
download | pkgsrc-7a7afca12eab91ad77d637bc85a40aa57ea649b7.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games/orbital_eunuchs_sniper')
-rw-r--r-- | games/orbital_eunuchs_sniper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/orbital_eunuchs_sniper/Makefile b/games/orbital_eunuchs_sniper/Makefile index 9ca52bb6b56..2132a38505b 100644 --- a/games/orbital_eunuchs_sniper/Makefile +++ b/games/orbital_eunuchs_sniper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:29 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/22 19:28:07 wiz Exp $ # DISTNAME= orbital_eunuchs_sniper-1.29 @@ -13,6 +13,7 @@ COMMENT= Overhead shooting game GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-games-dir=${PREFIX}/libexec +USE_LANGUAGES= c c++ REPLACE_INTERPRETER+= bash REPLACE.bash.old= .*/bin/bash REPLACE.bash.new= ${SH} |