diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-13 22:02:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-13 22:02:07 +0800 |
commit | 729075e34bb209197228cda4838779a05e8b9707 (patch) | |
tree | 9036d2102c55d546c2ce25ffdd318a676fdd80b6 /www | |
parent | c2371b919b7d2811308d521d07c26bac77729005 (diff) | |
download | freebsd-ports-gnome-729075e34bb209197228cda4838779a05e8b9707.tar.gz freebsd-ports-gnome-729075e34bb209197228cda4838779a05e8b9707.tar.zst freebsd-ports-gnome-729075e34bb209197228cda4838779a05e8b9707.zip |
- Fix USE_APACHE_RUN
Reported by: az
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 694a25b9ef5f..56b88cf04b2d 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -30,7 +30,7 @@ USE_PERL5= configure MODPERL_BUILD_DEPENDS= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 MODPERL_RUN_DEPENDS= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 -MODPERL_USE= APACHE_RUN=yes +MODPERL_USE= APACHE_RUN=22+ post-patch: @${REINPLACE_CMD} -e '/bin\/convert/d' ${WRKSRC}/Makefile.PL |