aboutsummaryrefslogtreecommitdiff
path: root/devel/py-bison
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-11-01 03:59:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-11-01 03:59:35 +0000
commit21920d1bdf02877f0310020af0b1aa28a94df9f7 (patch)
tree218da1df74b198bd13d2fc7ef1885eda746cf0b8 /devel/py-bison
parentad2e4bd05f1390f8396ed3e7676a8299a3b4c8d6 (diff)
downloadports-21920d1bdf02877f0310020af0b1aa28a94df9f7.tar.gz
ports-21920d1bdf02877f0310020af0b1aa28a94df9f7.zip
Attempt to unbreak this on the cluster. While here, portlint.
Hat: portmgr Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=202469
Diffstat (limited to 'devel/py-bison')
-rw-r--r--devel/py-bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-bison/Makefile b/devel/py-bison/Makefile
index e3879c6f1f40..90166901751e 100644
--- a/devel/py-bison/Makefile
+++ b/devel/py-bison/Makefile
@@ -19,7 +19,7 @@ COMMENT= Python-based parsing at the speed of C
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex
-USE_BISON= run
+USE_BISON= both
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 0.1
@@ -32,7 +32,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
-BROKEN= "Does not compile on ia64"
+BROKEN= Does not compile on ia64
.endif
.if !defined(NOPORTDOCS)