diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
commit | af765620869b214eca7ed00392a12bd6d5281c54 (patch) | |
tree | 5b295f52288dde78c75434d1f590afda4880a6c0 /net/csync2 | |
parent | d4d35efd5f26d639ce58889aed52a22c0569a4ca (diff) | |
download | ports-af765620869b214eca7ed00392a12bd6d5281c54.tar.gz ports-af765620869b214eca7ed00392a12bd6d5281c54.zip |
Notes
Diffstat (limited to 'net/csync2')
-rw-r--r-- | net/csync2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index 29c876e5640a..6b4614a0bf1b 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,7 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -19,7 +19,7 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ tasn1.3:${PORTSDIR}/security/libtasn1 \ gnutls.26:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ - gcrypt.15:${PORTSDIR}/security/libgcrypt \ + gcrypt.16:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error MAN1= csync2.1 |