svn commit: r408148 - in head/mail: elmo elmo-devel

John Marino marino at FreeBSD.org
Fri Feb 5 09:53:55 UTC 2016


Author: marino
Date: Fri Feb  5 09:53:53 2016
New Revision: 408148
URL: https://svnweb.freebsd.org/changeset/ports/408148

Log:
  mail/elmo(-devel): USES+= ncurses

Modified:
  head/mail/elmo-devel/Makefile
  head/mail/elmo/Makefile

Modified: head/mail/elmo-devel/Makefile
==============================================================================
--- head/mail/elmo-devel/Makefile	Fri Feb  5 09:52:53 2016	(r408147)
+++ head/mail/elmo-devel/Makefile	Fri Feb  5 09:53:53 2016	(r408148)
@@ -14,7 +14,7 @@ COMMENT=	Receive, filter, read, compose,
 CONFLICTS=	elmo-[0-9]*
 
 GNU_CONFIGURE=	yes
-USES=		iconv perl5 shebangfix
+USES=		iconv ncurses perl5 shebangfix
 SHEBANG_FILES=	src/elmoconf.pl
 USE_OPENSSL=	yes
 USE_PERL5=	run

Modified: head/mail/elmo/Makefile
==============================================================================
--- head/mail/elmo/Makefile	Fri Feb  5 09:52:53 2016	(r408147)
+++ head/mail/elmo/Makefile	Fri Feb  5 09:53:53 2016	(r408148)
@@ -15,7 +15,7 @@ CONFLICTS=	elmo-devel-[0-9]*
 OPTIONS_DEFINE=	NLS
 
 GNU_CONFIGURE=	yes
-USES=		iconv shebangfix perl5
+USES=		iconv ncurses shebangfix perl5
 USE_OPENSSL=	yes
 USE_PERL5=	run
 SHEBANG_FILES=	src/elmoconf.pl


More information about the svn-ports-all mailing list