Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 19:54:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359296 - head/security/nettle
Message-ID:  <201406251954.s5PJsDWq006880@svn.freebsd.org>

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



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