ports/168143: www/p5-HTML-Mason -- fix USE_APACHE syntax for WITH_MOD_PERL=yes

Matthew Seaman matthew at FreeBSD.org
Sun May 20 09:05:11 UTC 2012


Updated patch -- RUN_DEPENDS also needs to be initialised from
BUILD_DEPENDS.

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-Mason/Makefile,v
retrieving revision 1.69
diff -u -u -r1.69 Makefile
--- Makefile	16 May 2012 04:09:48 -0000	1.69
+++ Makefile	20 May 2012 08:50:27 -0000
@@ -20,6 +20,7 @@
 		p5-Exception-Class>=1.15:${PORTSDIR}/devel/p5-Exception-Class \
 		p5-Log-Any>=0.08:${PORTSDIR}/devel/p5-Log-Any \
 		p5-Cache-Cache>=1:${PORTSDIR}/devel/p5-Cache-Cache
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
 
 PERL_MODBUILD=	yes
@@ -68,7 +69,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MOD_PERL)
-USE_APACHE=	2.0+
+USE_APACHE=	20+
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
 .endif
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20120520/7f9ce11c/attachment.sig>


More information about the freebsd-ports-bugs mailing list