aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-05 03:56:57 +0800
committermarino <marino@FreeBSD.org>2016-02-05 03:56:57 +0800
commitc34fdfdd59b528e226cbc0204ed745bf2cbc37a3 (patch)
tree335647289675dcc79d5e4f8a507d9348ba3c16d5
parent94bb77f0fd22c0f19f4548ced538d29581afc9c3 (diff)
downloadfreebsd-ports-gnome-c34fdfdd59b528e226cbc0204ed745bf2cbc37a3.tar.gz
freebsd-ports-gnome-c34fdfdd59b528e226cbc0204ed745bf2cbc37a3.tar.zst
freebsd-ports-gnome-c34fdfdd59b528e226cbc0204ed745bf2cbc37a3.zip
games/bsdrain: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses approved by: infrastructure blanket
-rw-r--r--games/bsdrain/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bsdrain/Makefile b/games/bsdrain/Makefile
index df0338e87bef..0e01accbb765 100644
--- a/games/bsdrain/Makefile
+++ b/games/bsdrain/Makefile
@@ -14,6 +14,7 @@ COMMENT= The original BSD rain program, ported from NetBSD
PLIST_FILES= bin/rain \
man/man6/rain.6.gz
-USES= tar:bzip2 uidfix
+USES= ncurses tar:bzip2 uidfix
+MAKE_ARGS= LDADD="-lncurses"
.include <bsd.port.mk>