diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-11-02 12:11:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-11-02 12:11:50 +0000 |
commit | 1a0652eef3e76e9eb46f20df1da8235a53451e62 (patch) | |
tree | 79f7fadcda93f3518dbe99dfcc093cefbaf783a1 /math/py-gsl/Makefile | |
parent | e8ded53cd879bc99109379bb71db568594d2ccf4 (diff) | |
download | ports-1a0652eef3e76e9eb46f20df1da8235a53451e62.tar.gz ports-1a0652eef3e76e9eb46f20df1da8235a53451e62.zip |
Notes
Diffstat (limited to 'math/py-gsl/Makefile')
-rw-r--r-- | math/py-gsl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index d89de569e913..adf720852e34 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -25,10 +25,4 @@ PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes USE_PYDISTUTILS= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |