diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 03:56:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 03:56:57 +0800 |
commit | c34fdfdd59b528e226cbc0204ed745bf2cbc37a3 (patch) | |
tree | 335647289675dcc79d5e4f8a507d9348ba3c16d5 /games | |
parent | 94bb77f0fd22c0f19f4548ced538d29581afc9c3 (diff) | |
download | freebsd-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
Diffstat (limited to 'games')
-rw-r--r-- | games/bsdrain/Makefile | 3 |
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> |