diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-24 19:46:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-24 19:46:46 +0000 |
commit | 652a73317c98470c8259ec07b8076eb93d61b52c (patch) | |
tree | 10a761e2d487879f42e116c0271e25377ebda85b /textproc | |
parent | 169759055f441cbf3073c7a42a148187ab4bdcf7 (diff) |
Notes
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: |