aboutsummaryrefslogtreecommitdiff
path: root/games/2048
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 18:36:58 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 18:36:58 +0000
commit20f8cb6f0dd3cbc8acd9c69a7eb6fec1a8d6d0ac (patch)
tree1c1288517a1f3074510b768c2362eef25bddc19c /games/2048
parent69e946cca99c015e0fc3b10d953a7c7cf93f721c (diff)
downloadports-20f8cb6f0dd3cbc8acd9c69a7eb6fec1a8d6d0ac.tar.gz
ports-20f8cb6f0dd3cbc8acd9c69a7eb6fec1a8d6d0ac.zip
games/2048: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408069
Diffstat (limited to 'games/2048')
-rw-r--r--games/2048/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/2048/Makefile b/games/2048/Makefile
index baa9f61d552e..4a9efba3f338 100644
--- a/games/2048/Makefile
+++ b/games/2048/Makefile
@@ -17,7 +17,9 @@ USE_GITHUB= yes
GH_ACCOUNT= Tiehuis
GH_PROJECT= 2048-cli
+USES= ncurses
ALL_TARGET= 2048 2048nc
+MAKE_ARGS= LIBS="-lncurses"
PLIST_FILES= bin/2048 bin/2048nc man/man1/2048.1.gz man/man1/2048nc.1.gz
PORTDOCS= README.md