diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 09:30:08 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 09:30:08 +0000 |
commit | 49f2ca352a858105bddeb89ee15da061745a41a9 (patch) | |
tree | 2a8829e5b39b7967876e4a8347c77fa1d63395ff /irc | |
parent | 93d87c6f3a1f8525c60c2946aea1440ecb3c25b3 (diff) | |
download | ports-49f2ca352a858105bddeb89ee15da061745a41a9.tar.gz ports-49f2ca352a858105bddeb89ee15da061745a41a9.zip |
Notes
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 |