aboutsummaryrefslogtreecommitdiff
path: root/games/galaxis
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 21:26:16 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 21:26:16 +0000
commit6b7668fdf504a00ee0579c3d2104f72d3968f3df (patch)
treef19f70c40c8b0cd31d7c7c53a2ebce10a33e729d /games/galaxis
parent6a75abcfb622ea0ff78f1937615ea9d5ed2065f6 (diff)
downloadports-6b7668fdf504a00ee0579c3d2104f72d3968f3df.tar.gz
ports-6b7668fdf504a00ee0579c3d2104f72d3968f3df.zip
games/galaxis: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408098
Diffstat (limited to 'games/galaxis')
-rw-r--r--games/galaxis/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile
index bbb28803dcdd..c0bee252c7f3 100644
--- a/games/galaxis/Makefile
+++ b/games/galaxis/Makefile
@@ -17,8 +17,9 @@ LICENSE= BSD3CLAUSE
WRKSRC= ${WRKDIR}/${PORTNAME}-
-USES= gmake
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
+USES= gmake ncurses
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
+ TERMLIB="${LDFLAGS} -lncurses"
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \