diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-26 20:49:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-26 20:49:52 +0000 |
commit | f92921520f4d7e39e68df7b767f2ebde39096321 (patch) | |
tree | be50858ebc5f24b464b58ccc47c2680b32af3c3e /security/nettle | |
parent | 670c7eeb7728f5913a7a7e956c1659739f2bb733 (diff) |
Notes
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 1 |
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 |