aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-11-06 16:36:56 +0800
committerlinimon <linimon@FreeBSD.org>2007-11-06 16:36:56 +0800
commit5bfd45c5d5e155a4e8366c4f6ed4f0a6645aaf65 (patch)
treecbb9446ecce2ec870e2c67d95a3f890911686f03
parentdd9c7d93f83c6f3b54d7fad05b3370c2745a22c5 (diff)
downloadfreebsd-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/Makefile2
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