aboutsummaryrefslogtreecommitdiff
path: root/games/greed/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 21:27:38 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 21:27:38 +0000
commit096d262979b8c89f7a4edb1c795d27400e2744f9 (patch)
tree7deca53910b89009f43b8ea91d4a1886cd711636 /games/greed/Makefile
parent6b7668fdf504a00ee0579c3d2104f72d3968f3df (diff)
downloadports-096d262979b8c89f7a4edb1c795d27400e2744f9.tar.gz
ports-096d262979b8c89f7a4edb1c795d27400e2744f9.zip
games/greed: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses. approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408099
Diffstat (limited to 'games/greed/Makefile')
-rw-r--r--games/greed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/greed/Makefile b/games/greed/Makefile
index f9a6cb77d537..68305fd1cd89 100644
--- a/games/greed/Makefile
+++ b/games/greed/Makefile
@@ -12,9 +12,10 @@ COMMENT= Text puzzle game with the aim of clearing the game field
LICENSE= BSD3CLAUSE
+USES= ncurses
SCOREFILE?= /var/games/greed.hs
CFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\"
-LDFLAGS+= -lcurses
+LDFLAGS+= -lncurses
PLIST_SUB+= SCOREFILE=${SCOREFILE}
do-build: