diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:37:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:37:22 +0800 |
commit | 0e9bb222bfa92dab220ec8356d8e64d24e47d65b (patch) | |
tree | d5ff5e37d69fb0d40342be57a7cf9fdbb0641e1c | |
parent | 33dbb249c1c892615e3e7ef4db1218c5594c28d8 (diff) | |
download | freebsd-ports-gnome-0e9bb222bfa92dab220ec8356d8e64d24e47d65b.tar.gz freebsd-ports-gnome-0e9bb222bfa92dab220ec8356d8e64d24e47d65b.tar.zst freebsd-ports-gnome-0e9bb222bfa92dab220ec8356d8e64d24e47d65b.zip |
- add missing LIB_DEPENDS for forbidden option GMP
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 3da653aef837..5b2bd52d8e7b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -45,6 +45,8 @@ RFC3779_DESC?= RFC3779 support GMP_DESC?= gmp support (LGPLv3) EC_DESC?= Optimize NIST elliptic curves +GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp + MAKE_JOBS_UNSAFE= yes NOPRECIOUSMAKEVARS= Too many _MLINKS for fetch NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch |