PERFORCE change 124895 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Aug 8 05:45:19 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124895

Change 124895 by gabor at gabor_server on 2007/08/08 12:45:01

	- Bleh, fix the relation signs :)

Affected files ...

.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#9 edit

Differences ...

==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#9 (text+ko) ====

@@ -49,7 +49,7 @@
 __suffix=${USE_PERL5:C/^[0-9.]+//}
 
 .if ${__suffix} == "+"
-.if ${__prefix} < ${PERL_LEVEL}
+.if ${__prefix} > ${PERL_LEVEL}
 IGNORE= You need Perl ${__prefix} or newer, please install latest lang/perl5.8
 .endif
 .elif ${__suffix} == ""
@@ -57,7 +57,7 @@
 IGNORE= You need Perl ${__prefix} exectly
 .endif
 .elif ${__suffix} == "-"
-.if ${__prefix} > ${PERL_LEVEL}
+.if ${__prefix} < ${PERL_LEVEL}
 IGNORE= You need Perl ${__prefix} or earlier
 .endif
 .else


More information about the p4-projects mailing list