diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2008-10-31 17:08:48 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2008-10-31 17:08:48 +0000 |
commit | c4bb6a22d98593273315f01ae85a5df142748ee4 (patch) | |
tree | a436074a277b67979a7852c9937d03b349136aa4 | |
parent | cf82ef087da2adecc375a49713a931c46f6f5404 (diff) |
Notes
-rw-r--r-- | devel/p5-Sub-Exporter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Sub-Exporter/Makefile b/devel/p5-Sub-Exporter/Makefile index ab924ebc5ec1..9e2b608a8413 100644 --- a/devel/p5-Sub-Exporter/Makefile +++ b/devel/p5-Sub-Exporter/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install \ p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= 5.6.2+ MAN3= Sub::Exporter.3 \ Sub::Exporter::Cookbook.3 \ |