games/taipan: USES+= ncurses, respect LDFLAGS

Also link with libncurses, not libcurses
This commit is contained in:
John Marino 2016-02-04 22:18:38 +00:00
parent e9ce290add
commit 2b9cf964cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408110

View file

@ -10,7 +10,8 @@ MASTER_SITES= SUNSITE/games/textrpg
MAINTAINER= ports@FreeBSD.org
COMMENT= Classic role-playing game from the 1980s
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
USES= ncurses
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS} -lncurses"
PORTDOCS= README
PLIST_FILES= bin/taipan