1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Colordiff works fine with PERL_LEVEL < 500600, it just requires

devel/p5-Getopt-Long.
This commit is contained in:
Emanuel Haupt 2005-10-24 19:46:46 +00:00
parent 169759055f
commit 652a73317c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146278

View File

@ -24,8 +24,9 @@ MAN1= colordiff.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500806
IGNORE= needs Perl 5.8.6 or above (lang/perl5.8)
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
post-patch: