aboutsummaryrefslogtreecommitdiff
path: root/games/ctris
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2017-02-08 17:43:03 +0000
committerJohn Marino <marino@FreeBSD.org>2017-02-08 17:43:03 +0000
commit334369a325ef0d2825553b81983ade64fdb3f5fe (patch)
tree807dc878cb99d36b790867c772c27310b86b17e3 /games/ctris
parent1d17903fb8f68265ee185e60fc85a9420515ad91 (diff)
downloadports-334369a325ef0d2825553b81983ade64fdb3f5fe.tar.gz
ports-334369a325ef0d2825553b81983ade64fdb3f5fe.zip
games/ctris: honor LDFLAGS (again)
The previous update removed the LIBS definition of MAKE_ARGS, but it is still needed for ports ncurses, so return it back (minus the -lm flag which is no longer needed). Approved by: nurses blanket
Notes
Notes: svn path=/head/; revision=433658
Diffstat (limited to 'games/ctris')
-rw-r--r--games/ctris/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/ctris/Makefile b/games/ctris/Makefile
index a096c2350550..4f459c69f113 100644
--- a/games/ctris/Makefile
+++ b/games/ctris/Makefile
@@ -13,6 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
+MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
USE_GITHUB= yes
GH_ACCOUNT= dominikhackl