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 /net/p5-RPC-XML | |
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 'net/p5-RPC-XML')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 3069c6ce6f42..57ee11524c30 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \ p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww USE_GMAKE= yes -PERL_CONFIGURE= 5.8.9+ # Scalar::Util>=1.19 +PERL_CONFIGURE= yes MAN1= make_method.1 MAN3= Apache::RPC::Server.3 \ |