aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-29 06:55:57 +0800
committerkris <kris@FreeBSD.org>2005-10-29 06:55:57 +0800
commitbcedc5f4b26454c71f2a6b7903006eb6e9ef79c5 (patch)
tree04bfb3ad2e046a9778ed8102a0cc1a4b957cceb6 /math
parentc294a0ac49bd698cb2aa7e6341fa0c2ff59273ea (diff)
downloadfreebsd-ports-gnome-bcedc5f4b26454c71f2a6b7903006eb6e9ef79c5.tar.gz
freebsd-ports-gnome-bcedc5f4b26454c71f2a6b7903006eb6e9ef79c5.tar.zst
freebsd-ports-gnome-bcedc5f4b26454c71f2a6b7903006eb6e9ef79c5.zip
BROKEN on 7.0: Does not build
Diffstat (limited to 'math')
-rw-r--r--math/py-matplotlib/Makefile4
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"