aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2007-06-02 07:39:08 +0800
committeraaron <aaron@FreeBSD.org>2007-06-02 07:39:08 +0800
commit44bf547d40ffeae0d6becd11699b7b5efef89228 (patch)
treeb1a3bb0fd808d77c6c9278b1ab1d064ea301f2b9 /net
parent6e1b2b792908bd2e1099651bf8ad3c67abf96cd1 (diff)
downloadfreebsd-ports-gnome-44bf547d40ffeae0d6becd11699b7b5efef89228.tar.gz
freebsd-ports-gnome-44bf547d40ffeae0d6becd11699b7b5efef89228.tar.zst
freebsd-ports-gnome-44bf547d40ffeae0d6becd11699b7b5efef89228.zip
Added missing dependencies, libgcrypt and libgpg-error, as reported to me
via email (no PR).
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