aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>