diff options
author | aaron <aaron@FreeBSD.org> | 2007-06-02 07:39:08 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2007-06-02 07:39:08 +0800 |
commit | 44bf547d40ffeae0d6becd11699b7b5efef89228 (patch) | |
tree | b1a3bb0fd808d77c6c9278b1ab1d064ea301f2b9 /net | |
parent | 6e1b2b792908bd2e1099651bf8ad3c67abf96cd1 (diff) | |
download | freebsd-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/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 |