aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-05 05:41:49 +0800
committermarino <marino@FreeBSD.org>2016-02-05 05:41:49 +0800
commit20f18b69c753ca057103c37bbd0a787ac5638b49 (patch)
tree7a044382a3d0146540c16354a885b28c98b9b3a0
parent3a4457ca3cb3eae40eaad499b6591b23a8f5d307 (diff)
downloadfreebsd-ports-gnome-20f18b69c753ca057103c37bbd0a787ac5638b49.tar.gz
freebsd-ports-gnome-20f18b69c753ca057103c37bbd0a787ac5638b49.tar.zst
freebsd-ports-gnome-20f18b69c753ca057103c37bbd0a787ac5638b49.zip
games/ladder: USES+= ncurses, respect LDFLAGS
-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>