summaryrefslogtreecommitdiff
path: root/games/moria/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-06 23:25:47 +0000
committerrillig <rillig@pkgsrc.org>2007-03-06 23:25:47 +0000
commite174ef27155bab9c2a15ff9aa28872703222c130 (patch)
tree61218716f636cc166d3f0bc6634e73638f5e70a2 /games/moria/Makefile
parentaae4c06a127ca190743c746714e767eed33d53eb (diff)
downloadpkgsrc-e174ef27155bab9c2a15ff9aa28872703222c130.tar.gz
Fixed PR 29425.
Diffstat (limited to 'games/moria/Makefile')
-rw-r--r--games/moria/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile
index 741579ec07b..4976b921c65 100644
--- a/games/moria/Makefile
+++ b/games/moria/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:41 agc Exp $
+# $NetBSD: Makefile,v 1.10 2007/03/06 23:25:47 rillig Exp $
DISTNAME= um5.5.2
PKGNAME= moria-5.5.2
@@ -13,6 +13,7 @@ HOMEPAGE= http://www-math.bgsu.edu/~grabine/moria.html
COMMENT= Rogue-like game with a different sense of scale than Rogue
WRKSRC= ${WRKDIR}/umoria
+MAKE_FLAGS+= CURSES=-lncurses
do-configure:
@${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
@@ -24,4 +25,5 @@ post-install:
/var/games/moria.scores ; \
fi
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"