svn commit: r408160 - in head/net-im: centerim centerim-devel

John Marino marino at FreeBSD.org
Fri Feb 5 11:16:05 UTC 2016


Author: marino
Date: Fri Feb  5 11:16:04 2016
New Revision: 408160
URL: https://svnweb.freebsd.org/changeset/ports/408160

Log:
  irc/centerim(-devel): document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/net-im/centerim-devel/Makefile
  head/net-im/centerim/Makefile

Modified: head/net-im/centerim-devel/Makefile
==============================================================================
--- head/net-im/centerim-devel/Makefile	Fri Feb  5 10:44:15 2016	(r408159)
+++ head/net-im/centerim-devel/Makefile	Fri Feb  5 11:16:04 2016	(r408160)
@@ -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

Modified: head/net-im/centerim/Makefile
==============================================================================
--- head/net-im/centerim/Makefile	Fri Feb  5 10:44:15 2016	(r408159)
+++ head/net-im/centerim/Makefile	Fri Feb  5 11:16:04 2016	(r408160)
@@ -13,7 +13,7 @@ COMMENT=	Text mode menu- and window-driv
 
 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


More information about the svn-ports-all mailing list