Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 14:02:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330230 - head/www/p5-HTML-Mason
Message-ID:  <201310131402.r9DE274q087792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310131402.r9DE274q087792>