summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-02 08:32:23 +0000
committerrillig <rillig>2007-12-02 08:32:23 +0000
commit6819eec75f491451db9801dfe512ec3698ced0fd (patch)
treebfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /games/nethack-lib
parentb382acf774afce967f4081bd6c3c4f5337152817 (diff)
downloadpkgsrc-6819eec75f491451db9801dfe512ec3698ced0fd.tar.gz
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r--games/nethack-lib/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common
index b6cb3b787e7..944180fc4b5 100644
--- a/games/nethack-lib/Makefile.common
+++ b/games/nethack-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2007/02/22 19:26:30 wiz Exp $
+# $NetBSD: Makefile.common,v 1.24 2007/12/02 08:32:24 rillig Exp $
#
NETHACK_BASEVER= 3.4.3
@@ -19,7 +19,7 @@ HOMEPAGE= http://www.nethack.org/
WRKSRC= ${WRKDIR}/nethack-${NETHACK_BASEVER}
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
-USE_TOOLS+= gzip
+USE_TOOLS+= gzip yacc lex
.include "../../mk/bsd.prefs.mk"