diff options
author | tobez <tobez@FreeBSD.org> | 2005-02-09 10:07:06 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-02-09 10:07:06 +0000 |
commit | 1fc580c313868656c42e4eec870f20a85045108c (patch) | |
tree | 16dd286483d40f4779cf7db1e4c3610ca731e627 /www/p5-HTML-Mason | |
parent | b45e234b45c145237c2e8d03e2e0a0c6f3100347 (diff) | |
download | FreeBSD-ports-1fc580c313868656c42e4eec870f20a85045108c.zip FreeBSD-ports-1fc580c313868656c42e4eec870f20a85045108c.tar.gz |
Fix |h escaping. Thanks to Max Baker.
PR: 77298
Submitted by: maintainer
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 5cda059..009e365 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-Mason PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -19,7 +20,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5 ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes CONFIGURE_ARGS+= --no-prompts |