diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:56:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:56:30 +0000 |
commit | 95cea45dbf94e4281a3c098d95139faffb651919 (patch) | |
tree | cfb7a1a1bccd84abbfc0635235689dcef9c1efb8 /textproc | |
parent | 8dfbcd55b5a1477a416940b3bedcdea2266317d8 (diff) |
BROKEN on alpha 4.x: Coredump during build
Notes
Notes:
svn path=/head/; revision=104676
Diffstat (limited to 'textproc')
-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 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> |