From a2c28e62efe2a85e26fa4d2c6735339d9e88cb9f Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 24 Sep 2010 20:11:30 +0000 Subject: [PATCH] - Extend the brokedness to 8.X too Reported by: pointyhat --- science/gnudatalanguage/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index b8a493f9d67d..34c2985fdb57 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -33,6 +33,8 @@ LIB_DEPENDS+= plplotd.9:${PORTSDIR}/math/plplot \ gsl.15:${PORTSDIR}/math/gsl \ dps.0:${PORTSDIR}/x11/dgs +BROKEN= does not build + USE_GCC= 4.4+ USE_WX= 2.8 GNU_CONFIGURE= yes @@ -94,10 +96,6 @@ CONFIGURE_ARGS+=--with-python=no .include -.if ${OSVERSION} < 800000 -BROKEN= Does not build on FreeBSD-7 -.endif - .if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libfftw3.so) WITH_FFTW3= yes .endif