aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2007-06-01 23:39:08 +0000
committerAaron Dalton <aaron@FreeBSD.org>2007-06-01 23:39:08 +0000
commit840a786296ffb56b829406b2abd49482fa50dcb5 (patch)
tree48521675645c0c11d0fa7208884a53056671f432 /net
parent3011cad2d2eaec4637643678445f6315dffff2ee (diff)
downloadports-840a786296ffb56b829406b2abd49482fa50dcb5.tar.gz
ports-840a786296ffb56b829406b2abd49482fa50dcb5.zip
Added missing dependencies, libgcrypt and libgpg-error, as reported to me
via email (no PR).
Notes
Notes: svn path=/head/; revision=192561
Diffstat (limited to 'net')
-rw-r--r--net/csync2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile
index bcd6da5124e6..0aa9174a2d0a 100644
--- a/net/csync2/Makefile
+++ b/net/csync2/Makefile
@@ -17,7 +17,9 @@ COMMENT= A cluster synchronization tool
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \
tasn1.3:${PORTSDIR}/security/libtasn1 \
gnutls.15:${PORTSDIR}/security/gnutls \
- sqlite.2:${PORTSDIR}/databases/sqlite2
+ sqlite.2:${PORTSDIR}/databases/sqlite2 \
+ gcrypt.13:${PORTSDIR}/security/libgcrypt \
+ gpg-error.0:${PORTSDIR}/security/libgpg-error
MAN1= csync2.1