aboutsummaryrefslogtreecommitdiff
path: root/textproc/nltk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 22:56:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 22:56:30 +0000
commit95cea45dbf94e4281a3c098d95139faffb651919 (patch)
treecfb7a1a1bccd84abbfc0635235689dcef9c1efb8 /textproc/nltk
parent8dfbcd55b5a1477a416940b3bedcdea2266317d8 (diff)
downloadports-95cea45dbf94e4281a3c098d95139faffb651919.tar.gz
ports-95cea45dbf94e4281a3c098d95139faffb651919.zip
Notes
Diffstat (limited to 'textproc/nltk')
-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>