svn commit: r362441 - head/mail/nmzmail

Adam Weinberger adamw at FreeBSD.org
Mon Jul 21 15:07:57 UTC 2014


Author: adamw
Date: Mon Jul 21 15:07:56 2014
New Revision: 362441
URL: http://svnweb.freebsd.org/changeset/ports/362441
QAT: https://qat.redports.org/buildarchive/r362441/

Log:
  Add USES=readline to fix configure.

Modified:
  head/mail/nmzmail/Makefile

Modified: head/mail/nmzmail/Makefile
==============================================================================
--- head/mail/nmzmail/Makefile	Mon Jul 21 15:02:21 2014	(r362440)
+++ head/mail/nmzmail/Makefile	Mon Jul 21 15:07:56 2014	(r362441)
@@ -13,10 +13,10 @@ COMMENT=	Fast mail searching for mutt
 RUN_DEPENDS=	namazu:${PORTSDIR}/databases/namazu2
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake readline
 
 PLIST_FILES=	bin/nmzmail
-PORTDOCS=	README	NEWS
+PORTDOCS=	README NEWS
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list