diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 03:29:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 03:29:01 +0000 |
commit | 78bf81ac03ab60f9ed48a4925f67a341ecc7af0a (patch) | |
tree | d2902d09fcc0edd527bcebd17eb3e1b471c41d00 /net | |
parent | Update to fix with latest pyrex. (diff) |
Work around the bug introduced in a previous version of pyrex, to fix
build on the cluster.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202639
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 |