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
This commit is contained in:
John Marino 2017-02-08 17:43:03 +00:00
parent 1d17903fb8
commit 334369a325
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433658

View File

@ -13,6 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
USE_GITHUB= yes
GH_ACCOUNT= dominikhackl