diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2010-09-07 15:17:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2010-09-07 15:17:30 +0000 |
commit | a09ad52a049d966fcd7b5ebbc6de103a5b5cdfb7 (patch) | |
tree | 4e7d86b233f5c8cca2f9ebc3eb22540c0f87f3c3 /net/cyphesis | |
parent | 570f1b227ce7fdadb7c031679c3aa93fe5f7ee70 (diff) | |
download | ports-a09ad52a049d966fcd7b5ebbc6de103a5b5cdfb7.tar.gz ports-a09ad52a049d966fcd7b5ebbc6de103a5b5cdfb7.zip |
Notes
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 90425ecd5c14..3873f1b2760b 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyphesis PORTVERSION= 0.5.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} @@ -18,7 +18,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ varconf-1.0.6:${PORTSDIR}/devel/varconf \ wfmath-0.3.4:${PORTSDIR}/math/wfmath \ mercator-0.2.6:${PORTSDIR}/devel/mercator \ - skstream-0.3.4:${PORTSDIR}/net/skstream \ + skstream-0.3.5:${PORTSDIR}/net/skstream \ gcrypt.17:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-python=${LOCALBASE} |