aboutsummaryrefslogtreecommitdiff
path: root/devel/py-wsdllib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 03:37:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 03:37:09 +0000
commitbaa2452e1f40f0cddb2baf69c55ae79f010c7246 (patch)
treec82b0a1c9ac9d4eb62f067794d0108f7fdc6e8b9 /devel/py-wsdllib
parentee8e18eaaf4eec698f276b3666d526219189ed12 (diff)
downloadports-baa2452e1f40f0cddb2baf69c55ae79f010c7246.tar.gz
ports-baa2452e1f40f0cddb2baf69c55ae79f010c7246.zip
Notes
Diffstat (limited to 'devel/py-wsdllib')
-rw-r--r--devel/py-wsdllib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/py-wsdllib/Makefile b/devel/py-wsdllib/Makefile
index 096cad2fe40a..3a108f042ab2 100644
--- a/devel/py-wsdllib/Makefile
+++ b/devel/py-wsdllib/Makefile
@@ -24,8 +24,14 @@ USE_PYDISTUTILS=yes
PYSETUP= ${FILESDIR}/setup.py
MAKE_ENV+= PORTNAME="${PORTNAME}" PORTVERSION="${PORTVERSION}" COMMENT="${COMMENT}"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Coredump during build on alpha 4.x"
+.endif
+
pre-build test:
# Running the vendor's tests:
cd ${WRKSRC}/test && ${SETENV} PYTHONPATH=.. ${PYTHON_CMD} test.py
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>