diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-28 13:54:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-28 13:54:54 +0000 |
commit | 35dc71e206841ac68fca3da4c0eeadbf359dbb97 (patch) | |
tree | bb8652f0618d30a681fba2d7e120ba469cd8cc3e /math/PDL | |
parent | 682eac958fdd78329ff8084037ed5123c30963cb (diff) | |
download | ports-35dc71e206841ac68fca3da4c0eeadbf359dbb97.tar.gz ports-35dc71e206841ac68fca3da4c0eeadbf359dbb97.zip |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 5d533f258f3c..e9a159f682bf 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= PDL pdl MAINTAINER= ports@FreeBSD.org COMMENT= Perl Data Language -BROKEN= "Does not compile" - BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${PERL_SITELIBDIR}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \ ${PERL_SITELIBDIR}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ @@ -49,6 +47,9 @@ pre-extract: .if ${MACHINE_ARCH} == "alpha" BROKEN= test script t/flexraw.t fails all 26 tests .endif +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif # ${PERL_LEVEL} < 500601 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |