From bcedc5f4b26454c71f2a6b7903006eb6e9ef79c5 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 28 Oct 2005 22:55:57 +0000 Subject: BROKEN on 7.0: Does not build --- math/py-matplotlib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math') 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" -- cgit