svn commit: r359296 - head/security/nettle

Antoine Brodin antoine at FreeBSD.org
Wed Jun 25 19:54:14 UTC 2014


Author: antoine
Date: Wed Jun 25 19:54:13 2014
New Revision: 359296
URL: http://svnweb.freebsd.org/changeset/ports/359296
QAT: https://qat.redports.org/buildarchive/r359296/

Log:
  Fix build of info page with ports makeinfo

Modified:
  head/security/nettle/Makefile

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Wed Jun 25 19:52:30 2014	(r359295)
+++ head/security/nettle/Makefile	Wed Jun 25 19:54:13 2014	(r359296)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
-USES=		gmake
+USES=		gmake makeinfo
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	M4="/usr/bin/m4 -g"


More information about the svn-ports-all mailing list