diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-05-25 15:50:32 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-05-25 15:50:32 +0000 |
commit | 73b865c7974dfc8dd81f233d7fed36616d1d3b0b (patch) | |
tree | 84c8a98b58dce7b79412d6869920ca722ba2cfdc | |
parent | Fix LIB_DEPENDS: libvanessa_socket is in 'devel', not in 'net'. (diff) |
Unbreak RUN_DEPENDS: p5-Font-AFM in is 'x11-fonts', not in 'textproc'.
Submitted by: 'make index'
-rw-r--r-- | textproc/p5-HTML-Format/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index c60523d9073d..366308955730 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@databits.net RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Font/AFM.pm:${PORTSDIR}/textproc/p5-Font-AFM + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM PERL_CONFIGURE= yes MAN3= HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatText.3 |