summaryrefslogtreecommitdiff
path: root/math/py-gsl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 17:49:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 17:49:09 +0000
commit0e5b0c30b43047c92d13d67462c48ab98ef821d3 (patch)
tree1fe9e2b0f94eb9fd388eeb93d3fae1aeb338887d /math/py-gsl
parentExtend nasty -fPIC hack from amd64 to "fix" ia64 build (diff)
BROKEN on 4.x: Does not compile
Diffstat (limited to 'math/py-gsl')
-rw-r--r--math/py-gsl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile
index 13eec692db98..2aa7b3069bf1 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -26,4 +26,10 @@ PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>