From cad2102922b33507481fab90becf9373e5104a43 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Fri, 16 Dec 2005 07:54:48 +0000 Subject: [PATCH] Not GCC is the culprit, but a more recent perl is required on 4.x Noticed by: cluster --- math/pspp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/pspp/Makefile b/math/pspp/Makefile index bb714c3c3787..587e4d515c00 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -17,6 +17,7 @@ COMMENT= Program for statistical analysis of sampled data LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ gslcblas.0:${PORTSDIR}/math/gsl +USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -26,8 +27,8 @@ INFO= pspp .include -.if ${OSVERSION} < 500000 -USE_GCC= 3.4+ +.if ${PERL_LEVEL} < 500600 +BROKEN= "Needs at least Perl 5.6" .endif .include