aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-07-18 05:49:43 +0800
committerpav <pav@FreeBSD.org>2011-07-18 05:49:43 +0800
commit813f765f3693f7c8f29cb8b375d2b3bc161594b0 (patch)
treee8146401f73b2ddf18f9aa4f88258c94b6093810 /security
parent49725e919088a28a5a3d8fe92161750a4cf968c0 (diff)
downloadfreebsd-ports-gnome-813f765f3693f7c8f29cb8b375d2b3bc161594b0.tar.gz
freebsd-ports-gnome-813f765f3693f7c8f29cb8b375d2b3bc161594b0.tar.zst
freebsd-ports-gnome-813f765f3693f7c8f29cb8b375d2b3bc161594b0.zip
- Fix build by explicitly depending on libgcrypt
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r--security/libprelude/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index 30d79c41fd2e..b3d2bcb77da6 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework library for Prelude NIDS
-LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
+ gcrypt.18:${PORTSDIR}/security/libgcrypt
OPTIONS= PERL "Include Perl bindings" off \
PYTHON "Include Python bindings" off