Date: Fri, 17 Aug 2007 15:39:45 GMT From: Andrew Pantyukhin <sat@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 125271 for review Message-ID: <200708171539.l7HFdjrf057385@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125271 Change 125271 by sat@sat_amilo on 2007/08/17 15:38:53 - Let perl_modbuild be more significant than perl_configure when looking for wanted perl version Affected files ... .. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#24 edit Differences ... ==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#24 (text+ko) ==== @@ -108,10 +108,10 @@ USE_PERL5_STRING= ${USE_PERL5_BUILD} .elifdef USE_PERL5_RUN USE_PERL5_STRING= ${USE_PERL5_RUN} +.elifdef PERL_MODBUILD +USE_PERL5_STRING= ${PERL_MODBUILD} .elifdef PERL_CONFIGURE USE_PERL5_STRING= ${PERL_CONFIGURE} -.elifdef PERL_MODBUILD -USE_PERL5_STRING= ${PERL_MODBUILD} .else USE_PERL5_STRING= yes .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708171539.l7HFdjrf057385>