games/taipan: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses
This commit is contained in:
parent
e9ce290add
commit
2b9cf964cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408110
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue