summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-05 21:26:26 +0000
committerjoerg <joerg>2007-10-05 21:26:26 +0000
commitad9b43941c958cc2f3a53940ebab027e194d3abd (patch)
tree949280c847c766c296f6766f692087c9131d2329
parent040e527e4ab79cd484b197dcfeaf175dc794bd3a (diff)
downloadpkgsrc-ad9b43941c958cc2f3a53940ebab027e194d3abd.tar.gz
Fix path to and dependency on ksh. Bump revision.
-rw-r--r--games/falcons-eye/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile
index f53ab1c97e9..a053f8063d4 100644
--- a/games/falcons-eye/Makefile
+++ b/games/falcons-eye/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2006/12/15 14:34:20 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2007/10/05 21:26:26 joerg Exp $
#
DISTNAME= nethack_source_331_jtp_193
PKGNAME= falcons-eye-1.9.3
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=falconseye/}
EXTRACT_SUFX= .zip
@@ -18,11 +18,13 @@ CONFIGURE_SCRIPT= ./sys/unix/setup.sh
DIST_SUBDIR= ${PKGNAME_NOREV}-20050216-2
WRKSRC= ${WRKDIR}
-USE_TOOLS+= bison lex
+USE_TOOLS+= bison lex ksh:run
MAKE_ENV+= YACC=${TOOLS_CMDLINE_YACC:Q}
MAKE_FLAGS+= GAMEUID=${GAMEOWN}
MAKE_FLAGS+= GAMEGRP=${GAMEGRP}
+REPLACE_KSH+= src/fe-config
+
LIBS.SunOS+= -lm
SUBST_CLASSES+= paths