diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 05:26:16 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 05:26:16 +0800 |
commit | 65f94234564f5d99470eeb2c1e4ab7ce7a7932ea (patch) | |
tree | f19f70c40c8b0cd31d7c7c53a2ebce10a33e729d | |
parent | 796a6de7aab4cb25fcce17ecd6aa166ec03c20ed (diff) | |
download | freebsd-ports-gnome-65f94234564f5d99470eeb2c1e4ab7ce7a7932ea.tar.gz freebsd-ports-gnome-65f94234564f5d99470eeb2c1e4ab7ce7a7932ea.tar.zst freebsd-ports-gnome-65f94234564f5d99470eeb2c1e4ab7ce7a7932ea.zip |
games/galaxis: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket
-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} \ |