diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:55:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:55:57 +0000 |
commit | 65d46ace30ec05c927707b445bee6f27b905f9d1 (patch) | |
tree | c429b50a383320840a0adb16281201655b04ded6 /math/py-matplotlib | |
parent | 605564f1dfb7cc83d17e0bcb2860d85ea900a9d5 (diff) | |
download | ports-65d46ace30ec05c927707b445bee6f27b905f9d1.tar.gz ports-65d46ace30ec05c927707b445bee6f27b905f9d1.zip |
Notes
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index f75efae44a3d..c46d2bad4b3e 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -48,6 +48,10 @@ PLISTDIR+= ${EXAMPLESDIR} USE_GCC= 3.4 .endif +.if ${OSVERSION} >= 700000 +BROKEN= "Does not build on FreeBSD >= 7.0" +.endif + post-patch: @${GREP} -lR "share/matplotlib" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -e "s,share/matplotlib,share/py-matplotlib,g" |