summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-12-16 07:54:48 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-12-16 07:54:48 +0000
commitcad2102922b33507481fab90becf9373e5104a43 (patch)
tree25fade1534f175450fecf68681fc6d4054f66e3d /math
parentPartially revert previous commit and fix auto plist generation. (diff)
Not GCC is the culprit, but a more recent perl is required on 4.x
Noticed by: cluster
Notes
Notes: svn path=/head/; revision=151291
Diffstat (limited to 'math')
-rw-r--r--math/pspp/Makefile5
1 files 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 <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4+
+.if ${PERL_LEVEL} < 500600
+BROKEN= "Needs at least Perl 5.6"
.endif
.include <bsd.port.post.mk>