diff options
author | tobez <tobez@FreeBSD.org> | 2005-02-09 18:07:06 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-02-09 18:07:06 +0800 |
commit | 1fc580c313868656c42e4eec870f20a85045108c (patch) | |
tree | 16dd286483d40f4779cf7db1e4c3610ca731e627 /www | |
parent | b45e234b45c145237c2e8d03e2e0a0c6f3100347 (diff) | |
download | freebsd-ports-gnome-1fc580c313868656c42e4eec870f20a85045108c.tar.gz freebsd-ports-gnome-1fc580c313868656c42e4eec870f20a85045108c.tar.zst freebsd-ports-gnome-1fc580c313868656c42e4eec870f20a85045108c.zip |
Fix |h escaping. Thanks to Max Baker.
PR: 77298
Submitted by: maintainer
Diffstat (limited to 'www')
-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 5cda059ab787..009e3653ee20 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 |