aboutsummaryrefslogtreecommitdiff
path: root/games/nethack33/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 10:08:21 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 10:08:21 +0000
commit9ab840624cb92ce376d51996aa95abf017df1131 (patch)
tree08754164e76e50d4fe8ad820c0b6fea811ec41ff /games/nethack33/Makefile
parent74c871d192c3b9730e6c4abdc658a44648a89233 (diff)
nethack33(-nox11): document ncurses requirement (USES+=ncurses)
both ports need to link to ncurses. The -nox11 version wasn't respecting LDFLAGS Finally, link to libncurses over ancient termlib (which is symlinked to libncurses on FreeBSD base anyway) approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=407605
Diffstat (limited to 'games/nethack33/Makefile')
-rw-r--r--games/nethack33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile
index c9bd0ff145e9..c19d215726c1 100644
--- a/games/nethack33/Makefile
+++ b/games/nethack33/Makefile
@@ -13,7 +13,7 @@ COMMENT= Dungeon explorin', slashin', hackin' game
WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-${PORTVERSION}
-USES= gmake tar:tgz
+USES= gmake ncurses tar:tgz
MAKE_ENV= GRAPHICS="${GRAPHICS}"
PLIST_SUB= HACKNAME="${HACKNAME}" \
HACKEXT="${HACKEXT}"