diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-28 13:43:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-28 13:43:36 +0000 |
commit | 14dce3b960832eb3afb68b7570e944e5ad691577 (patch) | |
tree | 12a24fcceba685f2f22354bed14e2bcf33edc5c4 /math/PDL | |
parent | e2362a17a9b9e93538de1fb42c018cd528dfad42 (diff) | |
download | ports-14dce3b960832eb3afb68b7570e944e5ad691577.tar.gz ports-14dce3b960832eb3afb68b7570e944e5ad691577.zip |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index e2a2dd9fbd7a..3b8b3a9aae81 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \ p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile RUN_DEPENDS:= ${BUILD_DEPENDS} -PORTSCOUT= limit:^[0-9\.]*$$ +PORTSCOUT= limit:^[0-9]\.[0-9][0-9]+[0-9\.]*$$ USES= gmake perl5 USE_PERL5= configure |