summaryrefslogtreecommitdiff
path: root/net/p5-Net-DHCP
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-06-23 19:27:04 +0000
committerdholland <dholland@pkgsrc.org>2013-06-23 19:27:04 +0000
commitb38c4a6664e78bb436ea4dbf9e1bd677f368a530 (patch)
tree2ece335a60ba90f91173d3d86cece0c17cd30420 /net/p5-Net-DHCP
parent382cb53b215804632ddd8bb4a48fcee0cbc24a00 (diff)
downloadpkgsrc-b38c4a6664e78bb436ea4dbf9e1bd677f368a530.tar.gz
Update hardcoded Perl version. Fixes build.
Diffstat (limited to 'net/p5-Net-DHCP')
-rw-r--r--net/p5-Net-DHCP/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-DHCP/Makefile b/net/p5-Net-DHCP/Makefile
index d124cce6298..8bc3d5a65b7 100644
--- a/net/p5-Net-DHCP/Makefile
+++ b/net/p5-Net-DHCP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:37 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/06/23 19:27:04 dholland Exp $
#
DISTNAME= Net-DHCP-0.693
@@ -29,8 +29,8 @@ PERL5_MODULE_TYPE= Module::Build
REPLACE_PERL+= ${EGFILES}
# has /bin/false as shebang argument
-CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.16.0/Net/DHCP/Constants.pm
-CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.16.0/Net/DHCP/Packet.pm
+CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.18.0/Net/DHCP/Constants.pm
+CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.18.0/Net/DHCP/Packet.pm
post-install:
.for i in ${EGFILES}