summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-08-28 17:53:39 +0000
committerChris Rees <crees@FreeBSD.org>2014-08-28 17:53:39 +0000
commit932f3c64d083d5592e126900e842db102170b5f6 (patch)
tree8c38280fd2a2a4c9e36cf598e7e629a3ada3cb34 /x11-clocks
parent2014-08-28 devel/rubygem-json146: Old version no longer required by dependencies (diff)
Fix with perl-5.18
PR: ports/193064
Notes
Notes: svn path=/head/; revision=366443
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/intclock/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/intclock/files/patch-Makefile.PL b/x11-clocks/intclock/files/patch-Makefile.PL
new file mode 100644
index 000000000000..a786ea32a478
--- /dev/null
+++ b/x11-clocks/intclock/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- ./Makefile.PL.orig 2014-08-28 18:50:07.282934874 +0100
++++ ./Makefile.PL 2014-08-28 18:50:28.962268980 +0100
+@@ -33,7 +33,7 @@
+ # preliminary checks
+ #------------------------------------------------------------------------
+ # Mandatory perl modules
+-foreach my $module qw(Data::Dumper Time::HiRes Locale::Maketext) {
++foreach my $module (qw(Data::Dumper Time::HiRes Locale::Maketext)) {
+ print "Checking whether $module perl module is available... ";
+ eval "use $module";
+ if ($@) {