diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 06:18:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 06:18:38 +0800 |
commit | c28cd338bfc7ce08602efd4eea370a811eec4d4b (patch) | |
tree | 6c821028b4b358d21c6f02a5360dd724e2d295be | |
parent | 75b3e8293deaef9fa23c52003cce6438acef4e95 (diff) | |
download | freebsd-ports-gnome-c28cd338bfc7ce08602efd4eea370a811eec4d4b.tar.gz freebsd-ports-gnome-c28cd338bfc7ce08602efd4eea370a811eec4d4b.tar.zst freebsd-ports-gnome-c28cd338bfc7ce08602efd4eea370a811eec4d4b.zip |
games/taipan: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses
-rw-r--r-- | games/taipan/Makefile | 3 |
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 |