diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 06:55:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 06:55:57 +0800 |
commit | bcedc5f4b26454c71f2a6b7903006eb6e9ef79c5 (patch) | |
tree | 04bfb3ad2e046a9778ed8102a0cc1a4b957cceb6 /math | |
parent | c294a0ac49bd698cb2aa7e6341fa0c2ff59273ea (diff) | |
download | freebsd-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/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" |