aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/nltk/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-20 06:56:30 +0800
committerkris <kris@FreeBSD.org>2004-03-20 06:56:30 +0800
commit545b374e5f479006cf208b1a4376b5b9fd244198 (patch)
treec9d143c89a4662de963f8e9283c5b0893c629b17 /textproc/nltk/Makefile
parent2c39113517a1ea64b0ab1487bcc7498f179b8d66 (diff)
downloadfreebsd-ports-gnome-545b374e5f479006cf208b1a4376b5b9fd244198.tar.gz
freebsd-ports-gnome-545b374e5f479006cf208b1a4376b5b9fd244198.tar.zst
freebsd-ports-gnome-545b374e5f479006cf208b1a4376b5b9fd244198.zip
BROKEN on alpha 4.x: Coredump during build
Diffstat (limited to 'textproc/nltk/Makefile')
-rw-r--r--textproc/nltk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile
index 28b7618a52fd..68127798a446 100644
--- a/textproc/nltk/Makefile
+++ b/textproc/nltk/Makefile
@@ -19,4 +19,10 @@ USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Coredump during build on alpha 4.x"
+.endif
+
+.include <bsd.port.post.mk>