diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 15:06:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 15:06:45 +0800 |
commit | 79fbb8350f22e7e68aef4c92a80827c60005c28e (patch) | |
tree | 2df69b165e2932f48953219dc59b16447adc533f /math/p5-Set-IntSpan-Fast-XS/Makefile | |
parent | b05c953988e0122bde62a3426fcc23114604f9c1 (diff) | |
download | freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.tar.gz freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.tar.zst freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.zip |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
Diffstat (limited to 'math/p5-Set-IntSpan-Fast-XS/Makefile')
-rw-r--r-- | math/p5-Set-IntSpan-Fast-XS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Set-IntSpan-Fast-XS/Makefile b/math/p5-Set-IntSpan-Fast-XS/Makefile index f37323278846..ee876afc3ca3 100644 --- a/math/p5-Set-IntSpan-Fast-XS/Makefile +++ b/math/p5-Set-IntSpan-Fast-XS/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Data-Swap>=0.07:${PORTSDIR}/devel/p5-Data-Swap \ p5-Set-IntSpan-Fast>=1.13:${PORTSDIR}/math/p5-Set-IntSpan-Fast RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Set::IntSpan::Fast::XS.3 |