Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 13:55:41 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423344 - head/security/gnutls
Message-ID:  <201610051355.u95DtfL7043015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Wed Oct  5 13:55:41 2016
New Revision: 423344
URL: https://svnweb.freebsd.org/changeset/ports/423344

Log:
  Add math/gmp to LIB_DEPENDS
  
  Q/A warned that bin/certtool was linked to lib/libgmps.so.10
  
  Approved by:	swills (mentor) tijl (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D8153

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Wed Oct  5 13:07:41 2016	(r423343)
+++ head/security/gnutls/Makefile	Wed Oct  5 13:55:41 2016	(r423344)
@@ -13,7 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LESSER
 
-LIB_DEPENDS=	libnettle.so:security/nettle \
+LIB_DEPENDS=	libgmp.so:math/gmp \
+		libnettle.so:security/nettle \
 		libtasn1.so:security/libtasn1
 BUILD_DEPENDS+=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 RUN_DEPENDS+=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss



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