Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2007 12:45:18 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 124895 for review
Message-ID:  <200708081245.l78CjIAJ046118@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124895

Change 124895 by gabor@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



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