diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-06 16:36:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-06 16:36:56 +0800 |
commit | 5bfd45c5d5e155a4e8366c4f6ed4f0a6645aaf65 (patch) | |
tree | cbb9446ecce2ec870e2c67d95a3f890911686f03 | |
parent | dd9c7d93f83c6f3b54d7fad05b3370c2745a22c5 (diff) | |
download | freebsd-ports-gnome-5bfd45c5d5e155a4e8366c4f6ed4f0a6645aaf65.tar.gz freebsd-ports-gnome-5bfd45c5d5e155a4e8366c4f6ed4f0a6645aaf65.tar.zst freebsd-ports-gnome-5bfd45c5d5e155a4e8366c4f6ed4f0a6645aaf65.zip |
Depend on devel/pyrex 0.9.6.2 to fix build problem on the cluster.
PR: ports/117617
Submitted by: Carl Johan Gustavsson <cjg at bsdmail dot org>
Approved by: portmgr (self)
-rw-r--r-- | devel/py-bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-bison/Makefile b/devel/py-bison/Makefile index 90166901751e..646222724d92 100644 --- a/devel/py-bison/Makefile +++ b/devel/py-bison/Makefile @@ -17,7 +17,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python-based parsing at the speed of C -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex USE_BISON= both USE_PYTHON= yes |