diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 17:28:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 17:28:58 +0800 |
commit | 8fc651e3b01a6269e7c894359cf9f374c3ae73e6 (patch) | |
tree | 666423b79125afee2713a5dc3f255128700cf409 /irc | |
parent | a6b320d1cefe4acd4b8b1b0768ce5adf3547ca93 (diff) | |
download | freebsd-ports-gnome-8fc651e3b01a6269e7c894359cf9f374c3ae73e6.tar.gz freebsd-ports-gnome-8fc651e3b01a6269e7c894359cf9f374c3ae73e6.tar.zst freebsd-ports-gnome-8fc651e3b01a6269e7c894359cf9f374c3ae73e6.zip |
irc/ircII: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircII/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index f787f077d606..5e6733022e99 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/irc -USES= iconv tar:bzip2 +USES= iconv ncurses tar:bzip2 OPTIONS_DEFINE= IRCBUG EMACS_KEYS OPENSSL OPTIONS_DEFAULT=OPENSSL |