aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 11:16:04 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 11:16:04 +0000
commit517d79dd2690968c23b4bae6575a35b3b2785306 (patch)
tree78ce44b4a6d447b63858e9212172c852df1915fe /net-im
parentd41c2412d0bf0908c985c2f9029ea2d9fb596714 (diff)
downloadports-517d79dd2690968c23b4bae6575a35b3b2785306.tar.gz
ports-517d79dd2690968c23b4bae6575a35b3b2785306.zip
irc/centerim(-devel): document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408160
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centerim-devel/Makefile2
-rw-r--r--net-im/centerim/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile
index 034d1629d434..9c0815b08efe 100644
--- a/net-im/centerim-devel/Makefile
+++ b/net-im/centerim-devel/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-USES= iconv gmake perl5 pkgconfig python:run shebangfix
+USES= iconv gmake ncurses perl5 pkgconfig python:run shebangfix
USE_PERL5= run
USE_OPENSSL= yes
GNU_CONFIGURE= yes
diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile
index 3dac188a5710..33f7466e92cb 100644
--- a/net-im/centerim/Makefile
+++ b/net-im/centerim/Makefile
@@ -13,7 +13,7 @@ COMMENT= Text mode menu- and window-driven IM interface
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-USES= iconv gmake pkgconfig shebangfix
+USES= iconv gmake ncurses pkgconfig shebangfix
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include