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/cyphesis | |
parent | d4d35efd5f26d639ce58889aed52a22c0569a4ca (diff) | |
download | ports-af765620869b214eca7ed00392a12bd6d5281c54.tar.gz ports-af765620869b214eca7ed00392a12bd6d5281c54.zip |
Notes
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 ad89d187e237..0b2032e6de87 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,6 +7,7 @@ PORTNAME= cyphesis PORTVERSION= 0.5.18 +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.5:${PORTSDIR}/devel/mercator \ skstream-0.3.4:${PORTSDIR}/net/skstream \ - gcrypt.15:${PORTSDIR}/security/libgcrypt + gcrypt.16:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-python=${LOCALBASE} |