diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 17:30:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 17:30:08 +0800 |
commit | 81bf2427fbca0e9135ae34bd772719e9bc0fdcbf (patch) | |
tree | 2a8829e5b39b7967876e4a8347c77fa1d63395ff /irc | |
parent | 8fc651e3b01a6269e7c894359cf9f374c3ae73e6 (diff) | |
download | freebsd-ports-gnome-81bf2427fbca0e9135ae34bd772719e9bc0fdcbf.tar.gz freebsd-ports-gnome-81bf2427fbca0e9135ae34bd772719e9bc0fdcbf.tar.zst freebsd-ports-gnome-81bf2427fbca0e9135ae34bd772719e9bc0fdcbf.zip |
irc/netwalker-ircc: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'irc')
-rw-r--r-- | irc/netwalker-ircc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile index 3759c74ae5c0..f1670607adc9 100644 --- a/irc/netwalker-ircc/Makefile +++ b/irc/netwalker-ircc/Makefile @@ -11,7 +11,7 @@ COMMENT= Lightweight curses-based IRC client LICENSE= GPLv2 -USES= tar:tgz +USES= ncurses tar:tgz LDFLAGS+= -lncurses -lpthread |