aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-gsl/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-22 01:49:09 +0800
committerkris <kris@FreeBSD.org>2005-05-22 01:49:09 +0800
commit6932974f71f3743931277f78f30ddb590a2d41a6 (patch)
tree8a4a187fe00874eafefce3274e4d0400a89310c3 /math/py-gsl/Makefile
parent132bccbb1a31ac21924c6c055ae715b0c30f4be2 (diff)
downloadfreebsd-ports-gnome-6932974f71f3743931277f78f30ddb590a2d41a6.tar.gz
freebsd-ports-gnome-6932974f71f3743931277f78f30ddb590a2d41a6.tar.zst
freebsd-ports-gnome-6932974f71f3743931277f78f30ddb590a2d41a6.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'math/py-gsl/Makefile')
-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>