diff options
author | kris <kris@FreeBSD.org> | 2004-03-19 22:56:30 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-19 22:56:30 +0000 |
commit | 545b374e5f479006cf208b1a4376b5b9fd244198 (patch) | |
tree | c9d143c89a4662de963f8e9283c5b0893c629b17 /textproc/nltk | |
parent | 2c39113517a1ea64b0ab1487bcc7498f179b8d66 (diff) | |
download | FreeBSD-ports-545b374e5f479006cf208b1a4376b5b9fd244198.zip FreeBSD-ports-545b374e5f479006cf208b1a4376b5b9fd244198.tar.gz |
BROKEN on alpha 4.x: Coredump during build
Diffstat (limited to 'textproc/nltk')
-rw-r--r-- | textproc/nltk/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index 28b7618..6812779 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> |