aboutsummaryrefslogtreecommitdiff
path: root/textproc/colordiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-24 19:46:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-24 19:46:46 +0000
commit652a73317c98470c8259ec07b8076eb93d61b52c (patch)
tree10a761e2d487879f42e116c0271e25377ebda85b /textproc/colordiff
parent169759055f441cbf3073c7a42a148187ab4bdcf7 (diff)
downloadports-652a73317c98470c8259ec07b8076eb93d61b52c.tar.gz
ports-652a73317c98470c8259ec07b8076eb93d61b52c.zip
Colordiff works fine with PERL_LEVEL < 500600, it just requires
devel/p5-Getopt-Long.
Notes
Notes: svn path=/head/; revision=146278
Diffstat (limited to 'textproc/colordiff')
-rw-r--r--textproc/colordiff/Makefile5
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: