diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:26:16 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:26:16 +0000 |
commit | 6b7668fdf504a00ee0579c3d2104f72d3968f3df (patch) | |
tree | f19f70c40c8b0cd31d7c7c53a2ebce10a33e729d /games/galaxis | |
parent | 6a75abcfb622ea0ff78f1937615ea9d5ed2065f6 (diff) | |
download | ports-6b7668fdf504a00ee0579c3d2104f72d3968f3df.tar.gz ports-6b7668fdf504a00ee0579c3d2104f72d3968f3df.zip |
Notes
Diffstat (limited to 'games/galaxis')
-rw-r--r-- | games/galaxis/Makefile | 5 |
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} \ |