diff options
Diffstat (limited to 'textproc/p5-HTML-Format/Makefile')
-rw-r--r-- | textproc/p5-HTML-Format/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index 70aa8f5dc5a1..97fcf183f49a 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org COMMENT= A module to format HTML to text or PS -BUILD_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}/x11-fonts/p5-Font-AFM +BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${SITE_PERL}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatRTF.3 HTML::FormatText.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |