aboutsummaryrefslogtreecommitdiff
path: root/games/taipan
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 22:18:38 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 22:18:38 +0000
commit2b9cf964cff908c5b3d071b02e943286e508857c (patch)
tree6c821028b4b358d21c6f02a5360dd724e2d295be /games/taipan
parente9ce290add0d2eeb27996152e7f77306bb63a77d (diff)
downloadports-2b9cf964cff908c5b3d071b02e943286e508857c.tar.gz
ports-2b9cf964cff908c5b3d071b02e943286e508857c.zip
games/taipan: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses
Notes
Notes: svn path=/head/; revision=408110
Diffstat (limited to 'games/taipan')
-rw-r--r--games/taipan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/taipan/Makefile b/games/taipan/Makefile
index c595ce81c646..9aabc8dd0155 100644
--- a/games/taipan/Makefile
+++ b/games/taipan/Makefile
@@ -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