aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-07-18 05:53:58 +0800
committerpav <pav@FreeBSD.org>2011-07-18 05:53:58 +0800
commit34ebf62e49eb246caae16d34f17b15bdc16a2f4e (patch)
tree966bdbaed57bcb20fdd900ae388e9e981aa78202 /security
parent852a84473f0b3ad11dd88bb852f2514a6d0128d0 (diff)
downloadfreebsd-ports-gnome-34ebf62e49eb246caae16d34f17b15bdc16a2f4e.tar.gz
freebsd-ports-gnome-34ebf62e49eb246caae16d34f17b15bdc16a2f4e.tar.zst
freebsd-ports-gnome-34ebf62e49eb246caae16d34f17b15bdc16a2f4e.zip
- Fix build by depending on libgcrypt explicitly
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r--security/openvas-libraries/Makefile3
1 files changed, 2 insertions, 1 deletions
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