aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-05 05:27:38 +0800
committermarino <marino@FreeBSD.org>2016-02-05 05:27:38 +0800
commit4beb4c84209a37f7ef7c133d96f739f6a0e2d5ce (patch)
tree7deca53910b89009f43b8ea91d4a1886cd711636 /games
parent65f94234564f5d99470eeb2c1e4ab7ce7a7932ea (diff)
downloadfreebsd-ports-gnome-4beb4c84209a37f7ef7c133d96f739f6a0e2d5ce.tar.gz
freebsd-ports-gnome-4beb4c84209a37f7ef7c133d96f739f6a0e2d5ce.tar.zst
freebsd-ports-gnome-4beb4c84209a37f7ef7c133d96f739f6a0e2d5ce.zip
games/greed: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses. approved by: infrastructure blanket
Diffstat (limited to 'games')
-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: