diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2007-06-01 23:39:08 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2007-06-01 23:39:08 +0000 |
commit | 840a786296ffb56b829406b2abd49482fa50dcb5 (patch) | |
tree | 48521675645c0c11d0fa7208884a53056671f432 /net/csync2 | |
parent | 3011cad2d2eaec4637643678445f6315dffff2ee (diff) | |
download | ports-840a786296ffb56b829406b2abd49482fa50dcb5.tar.gz ports-840a786296ffb56b829406b2abd49482fa50dcb5.zip |
Notes
Diffstat (limited to 'net/csync2')
-rw-r--r-- | net/csync2/Makefile | 4 |
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 |