aboutsummaryrefslogtreecommitdiff
path: root/games/ladder
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 21:41:49 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 21:41:49 +0000
commit69b1673235f24e62bf8da170b38f6e6de573367b (patch)
tree7a044382a3d0146540c16354a885b28c98b9b3a0 /games/ladder
parent2c4e0c14b139873a084f4760898e4f1f61c45204 (diff)
downloadports-69b1673235f24e62bf8da170b38f6e6de573367b.tar.gz
ports-69b1673235f24e62bf8da170b38f6e6de573367b.zip
Notes
Diffstat (limited to 'games/ladder')
-rw-r--r--games/ladder/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ladder/Makefile b/games/ladder/Makefile
index a6f9d1658677..e230a54edbc3 100644
--- a/games/ladder/Makefile
+++ b/games/ladder/Makefile
@@ -15,7 +15,8 @@ COMMENT= The old "ladder" game
RESTRICTED= possible copyright problems ?
-USES= tar
+USES= ncurses tar
+MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
NO_WRKSUBDIR= true
.include <bsd.port.mk>