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/cyphesis | |
parent | 709504337377907c9d008b15083b549823461da5 (diff) | |
download | ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.tar.gz ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.zip |
Chase libgcrypt library version
Notes
Notes:
svn path=/head/; revision=208144
Diffstat (limited to 'net/cyphesis')
-rw-r--r-- | net/cyphesis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 1ae253db669e..5011e886b9ac 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,6 +7,7 @@ PORTNAME= cyphesis PORTVERSION= 0.5.15 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -19,7 +20,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ wfmath-0.3.4:${PORTSDIR}/math/wfmath \ mercator-0.2.4:${PORTSDIR}/devel/mercator \ skstream-0.3.4:${PORTSDIR}/net/skstream \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-python=${LOCALBASE} |