aboutsummaryrefslogtreecommitdiff
path: root/games/greed/Makefile
diff options
context:
space:
mode:
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: