svn commit: r407563 - head/security/clamav

John Marino marino at FreeBSD.org
Sun Jan 31 00:18:51 UTC 2016


Author: marino
Date: Sun Jan 31 00:18:49 2016
New Revision: 407563
URL: https://svnweb.freebsd.org/changeset/ports/407563

Log:
  security/clamav: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Sun Jan 31 00:08:19 2016	(r407562)
+++ head/security/clamav/Makefile	Sun Jan 31 00:18:49 2016	(r407563)
@@ -54,7 +54,7 @@ DMG_XAR_USE=		GNOME=libxml2
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		cpe gmake libtool
+USES=		cpe gmake libtool ncurses
 INSTALL_TARGET=	install-strip
 USE_RC_SUBR=	clamav-clamd clamav-freshclam
 


More information about the svn-ports-head mailing list