Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 11:16:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408160 - in head/net-im: centerim centerim-devel
Message-ID:  <201602051116.u15BG4Gl076872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051116.u15BG4Gl076872>