From 34ebf62e49eb246caae16d34f17b15bdc16a2f4e Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 17 Jul 2011 21:53:58 +0000 Subject: - Fix build by depending on libgcrypt explicitly Reported by: pointyhat --- security/openvas-libraries/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 8318c1978738..7d757ce2e9df 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://wald.intevation.org/frs/download.php/600/ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries for OpenVAS -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ + gcrypt.18:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit