aboutsummaryrefslogtreecommitdiff
path: root/security/nettle
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-26 20:49:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-26 20:49:52 +0000
commitf92921520f4d7e39e68df7b767f2ebde39096321 (patch)
treebe50858ebc5f24b464b58ccc47c2680b32af3c3e /security/nettle
parent670c7eeb7728f5913a7a7e956c1659739f2bb733 (diff)
downloadports-f92921520f4d7e39e68df7b767f2ebde39096321.tar.gz
ports-f92921520f4d7e39e68df7b767f2ebde39096321.zip
Add BUILD_DEPENDS
security/nettle requires gmp 6.0.0+, otherwise support for public key algorithms will be unavailable. PR: 237582 Submitted by: eugen
Notes
Notes: svn path=/head/; revision=500165
Diffstat (limited to 'security/nettle')
-rw-r--r--security/nettle/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 101e694990d4..9cbe767a024b 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -17,6 +17,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYINGv2
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYINGv3
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSERv3
+BUILD_DEPENDS= gmp>=6.0.0:math/gmp
LIB_DEPENDS= libgmp.so:math/gmp
OPTIONS_DEFINE= DOCS EXAMPLES