diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
commit | 6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch) | |
tree | d4e8140a3268d4b95edcc447e1041c522c10e9fc /net/csync2 | |
parent | 709504337377907c9d008b15083b549823461da5 (diff) | |
download | ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.tar.gz ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.zip |
Notes
Diffstat (limited to 'net/csync2')
-rw-r--r-- | net/csync2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index a39060fed3eb..928d2f82f8b9 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,6 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 +PORRTEVISION= 1 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -18,7 +19,7 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ tasn1.3:${PORTSDIR}/security/libtasn1 \ gnutls.13:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ - gcrypt.13:${PORTSDIR}/security/libgcrypt \ + gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error MAN1= csync2.1 |