diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:51:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:51:07 +0000 |
commit | 9740b5f1c5f10c677f2361c29ffd2e8552cff9e7 (patch) | |
tree | a6ad25c1f76896b6d1a310430f57a8bf724771b0 /devel/ipython | |
parent | 3563aeb2bd7f680039c664dd889a81a1e23fe500 (diff) | |
download | ports-9740b5f1c5f10c677f2361c29ffd2e8552cff9e7.tar.gz ports-9740b5f1c5f10c677f2361c29ffd2e8552cff9e7.zip |
Notes
Diffstat (limited to 'devel/ipython')
-rw-r--r-- | devel/ipython/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 061548418633..e7cd13fe7304 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -21,4 +21,10 @@ MANCOMPRESSED= yes USE_PYTHON= 2.1+ USE_PYDISTUTILS= 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> |