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:
parent
1d17903fb8
commit
334369a325
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433658
@ -13,6 +13,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= ncurses
|
||||
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dominikhackl
|
||||
|
Loading…
Reference in New Issue
Block a user