diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /net/cyphesis | |
parent | d6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff) | |
download | ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.gz ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.zip |
Chase security/libgcrypt update
Notes
Notes:
svn path=/head/; revision=317220
Diffstat (limited to 'net/cyphesis')
-rw-r--r-- | net/cyphesis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 3cec10fbf2ff..394816281134 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -3,7 +3,7 @@ PORTNAME= cyphesis PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} @@ -15,7 +15,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ wfmath-1.0.1:${PORTSDIR}/math/wfmath \ mercator-0.3.3:${PORTSDIR}/devel/mercator \ skstream-0.3.7:${PORTSDIR}/net/skstream \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ boost_regex:${PORTSDIR}/devel/boost-libs CONFIGURE_ARGS= --with-python=${LOCALBASE} |