diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 19:56:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 19:56:57 +0000 |
commit | 91e602cc7564b591aa57de00f514bc279e713970 (patch) | |
tree | 335647289675dcc79d5e4f8a507d9348ba3c16d5 /games/bsdrain | |
parent | 3556c1c8c3d998de88d1b88bc24fb4dbc383fcfc (diff) | |
download | ports-91e602cc7564b591aa57de00f514bc279e713970.tar.gz ports-91e602cc7564b591aa57de00f514bc279e713970.zip |
Notes
Diffstat (limited to 'games/bsdrain')
-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> |