aboutsummaryrefslogtreecommitdiff
path: root/games/moria
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 21:51:07 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 21:51:07 +0000
commit64a8caea6574c97d3419b7a994ef3a566bc9993b (patch)
tree05885f934ff4842d65f918001483afae467d463d /games/moria
parent19efc8560175b775efa4f4e025da27a54c8b9fd7 (diff)
downloadports-64a8caea6574c97d3419b7a994ef3a566bc9993b.tar.gz
ports-64a8caea6574c97d3419b7a994ef3a566bc9993b.zip
games/moria: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link to libncurses, not libcurses + libtermcap approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408106
Diffstat (limited to 'games/moria')
-rw-r--r--games/moria/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile
index eb7b27d47930..9604b6df43d3 100644
--- a/games/moria/Makefile
+++ b/games/moria/Makefile
@@ -12,9 +12,10 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= glewis@FreeBSD.org
COMMENT= Dungeon exploration game
-USES= alias
+USES= alias ncurses
WRKSRC= ${WRKDIR}/umoria
ALL_TARGET= moria
+MAKE_ARGS= CURSES="${LDFLAGS} -lncurses"
MAKE_ENV+= DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" TOUCH="${TOUCH}" \
STAGEDIR="${STAGEDIR}" DATADIR="${DATADIR}"