diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-12 11:29:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-12 11:29:01 +0800 |
commit | aaf4ee93705ef50fd5ccbac8303f747b77af33e5 (patch) | |
tree | 35fd947ec6e150f4de8ddd592d41874531f5d4b3 /net | |
parent | d730f852a37ae3b80b24d6786f567b7d86060ed7 (diff) | |
download | freebsd-ports-gnome-aaf4ee93705ef50fd5ccbac8303f747b77af33e5.tar.gz freebsd-ports-gnome-aaf4ee93705ef50fd5ccbac8303f747b77af33e5.tar.zst freebsd-ports-gnome-aaf4ee93705ef50fd5ccbac8303f747b77af33e5.zip |
Work around the bug introduced in a previous version of pyrex, to fix
build on the cluster.
Approved by: portmgr (self)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-pcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile index 9ad249253fa2..e3c3ae205acf 100644 --- a/net/py-pcs/Makefile +++ b/net/py-pcs/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnn@FreeBSD.org COMMENT= Protocol Construction Set -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex USE_PYTHON= yes USE_PYDISTUTILS= yes |