diff options
author | roam <roam@FreeBSD.org> | 2001-05-25 23:50:32 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-05-25 23:50:32 +0800 |
commit | af7a7ce0c618ca0efabf9071cdb71a98ca594d14 (patch) | |
tree | 85032c8ef0aac0d81880285bf7a7233c32107236 | |
parent | 175d08407621cf161bf5597cfbfcd0255ed3bf12 (diff) | |
download | freebsd-ports-gnome-af7a7ce0c618ca0efabf9071cdb71a98ca594d14.tar.gz freebsd-ports-gnome-af7a7ce0c618ca0efabf9071cdb71a98ca594d14.tar.zst freebsd-ports-gnome-af7a7ce0c618ca0efabf9071cdb71a98ca594d14.zip |
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 |