Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 19:37:22 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349669 - head/security/openssl
Message-ID:  <201403301937.s2UJbM23041106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403301937.s2UJbM23041106>