svn commit: r330230 - head/www/p5-HTML-Mason

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 13 14:02:07 UTC 2013


Author: sunpoet
Date: Sun Oct 13 14:02:07 2013
New Revision: 330230
URL: http://svnweb.freebsd.org/changeset/ports/330230

Log:
  - Fix USE_APACHE_RUN
  
  Reported by:	az

Modified:
  head/www/p5-HTML-Mason/Makefile

Modified: head/www/p5-HTML-Mason/Makefile
==============================================================================
--- head/www/p5-HTML-Mason/Makefile	Sun Oct 13 13:30:17 2013	(r330229)
+++ head/www/p5-HTML-Mason/Makefile	Sun Oct 13 14:02:07 2013	(r330230)
@@ -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


More information about the svn-ports-head mailing list