svn commit: r349669 - head/security/openssl

Dirk Meyer dinoex at FreeBSD.org
Sun Mar 30 19:37:23 UTC 2014


Author: dinoex
Date: Sun Mar 30 19:37:22 2014
New Revision: 349669
URL: http://svnweb.freebsd.org/changeset/ports/349669
QAT: https://qat.redports.org/buildarchive/r349669/

Log:
  - add missing LIB_DEPENDS for forbidden option GMP

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Sun Mar 30 19:21:43 2014	(r349668)
+++ head/security/openssl/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
@@ -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


More information about the svn-ports-all mailing list