Not GCC is the culprit, but a more recent perl is required on 4.x
Noticed by: cluster
This commit is contained in:
parent
427a1acabb
commit
cad2102922
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151291
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue