diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2012-02-21 12:49:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2012-02-21 12:49:13 +0000 |
commit | 6ca710cb278142265b48141e7f9f4f90a335e20a (patch) | |
tree | dc63206cbf7cd5f3198b3f5ac12e813737b7cdaf | |
parent | - Update to 2.4.6 (diff) |
Fix RUN_DEPENDS, it really needs Term::VT102::Boundless override
subclass, just generic Term::VT102 is not enough.
Notes
Notes:
svn path=/head/; revision=291992
-rw-r--r-- | www/p5-HTML-FromANSI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-FromANSI/Makefile b/www/p5-HTML-FromANSI/Makefile index cea65d2eda74..0e87740f7177 100644 --- a/www/p5-HTML-FromANSI/Makefile +++ b/www/p5-HTML-FromANSI/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Mark up ANSI sequences as HTML RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Term/VT102.pm:${PORTSDIR}/devel/p5-Term-VT102 + ${SITE_PERL}/Term/VT102/Boundless.pm:${PORTSDIR}/devel/p5-Term-VT102-Boundless PERL_CONFIGURE= yes |