diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/colordiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 524f70f86f55..084364a06f5a 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -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: |