From 6b7668fdf504a00ee0579c3d2104f72d3968f3df Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 4 Feb 2016 21:26:16 +0000 Subject: games/galaxis: document ncurses rqmt (USES+=ncurses), respect LDFLAGS approved by: infrastructure blanket --- games/galaxis/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/galaxis') 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} \ -- cgit v1.2.3