Date: Fri, 17 Aug 2007 13:32:06 GMT From: Andrew Pantyukhin <sat@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 125267 for review Message-ID: <200708171332.l7HDW6Ri044323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125267 Change 125267 by sat@sat_amilo on 2007/08/17 13:31:21 - Include bsd.perl.mk the second time Affected files ... .. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.port.mk#10 edit Differences ... ==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.port.mk#10 (text+ko) ==== @@ -1911,6 +1911,10 @@ .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) +.include "${PORTSDIR}/Mk/bsd.perl.mk" +.endif + .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708171332.l7HDW6Ri044323>