diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 19:54:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 19:54:13 +0000 |
commit | f8aff51c6e34f8343300e0f8cee342213f448ffa (patch) | |
tree | 0b6ba39b4adc88f34979e82abc929e91a96e8db9 /security/nettle | |
parent | 391d3163cbe4ad8c49a48e21a8d447279f515367 (diff) | |
download | ports-f8aff51c6e34f8343300e0f8cee342213f448ffa.tar.gz ports-f8aff51c6e34f8343300e0f8cee342213f448ffa.zip |
Notes
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 3dfd2c44f2e3..001df2f5cc7f 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -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" |