diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:49:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:49:09 +0000 |
commit | 0e5b0c30b43047c92d13d67462c48ab98ef821d3 (patch) | |
tree | 1fe9e2b0f94eb9fd388eeb93d3fae1aeb338887d /math | |
parent | 674cb8b748e3393d4227b02d57eeeb5679e9324f (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gsl/Makefile | 8 |
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> |