diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-09 08:21:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-09 08:21:57 +0000 |
commit | 4662b8b3a64b0cbda8a17e8f14ec50f501b21435 (patch) | |
tree | a1b9ddff13abc7a4244c56ced820e157175dc315 /games/xscorch | |
parent | 2b9c2495b3a40789e4fca2e553755d2c71d59fea (diff) | |
download | pkgsrc-4662b8b3a64b0cbda8a17e8f14ec50f501b21435.tar.gz |
Needs perl at build time.
Diffstat (limited to 'games/xscorch')
-rw-r--r-- | games/xscorch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index b9705ef79d0..5064d549fef 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:09:25 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/09 08:21:57 joerg Exp $ DISTNAME= xscorch-0.2.0 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.xscorch.org/ COMMENT= Multiplayer tank shoot-em-up USE_LIBTOOL= YES +USE_TOOLS+= perl GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-gnome |