Revision: 139079 https://trac.macports.org/changeset/139079 Author: devans@macports.org Date: 2015-07-30 23:03:16 -0700 (Thu, 30 Jul 2015) Log Message: ----------- p5-devel-checkbin: add dependency to fix build on 5.16 where version in core is too old. Modified Paths: -------------- trunk/dports/perl/p5-devel-checkbin/Portfile Modified: trunk/dports/perl/p5-devel-checkbin/Portfile =================================================================== --- trunk/dports/perl/p5-devel-checkbin/Portfile 2015-07-31 05:47:46 UTC (rev 139078) +++ trunk/dports/perl/p5-devel-checkbin/Portfile 2015-07-31 06:03:16 UTC (rev 139079) @@ -16,4 +16,9 @@ checksums rmd160 0606582701fdcf424c61a0ea24515de767fa113c \ sha256 157f3db59c29ed1d49133a469cee772c885ad4ee64e8692a91b3ebfdbe2fe3e4 -supported_archs noarch +if {${perl5.major} != ""} { + depends_lib-append \ + port:p${perl5.major}-extutils-makemaker + + supported_archs noarch +}