pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imap-uw imap-uw: Use OPSYS_VERSION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9d6758ac317
branches:  trunk
changeset: 770337:e9d6758ac317
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Nov 29 16:19:01 2021 +0000

description:
imap-uw: Use OPSYS_VERSION.

OS_VERSION does not support arithmetic expressions.

diffstat:

 mail/imap-uw/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61e1c7da6d8e -r e9d6758ac317 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Mon Nov 29 16:17:53 2021 +0000
+++ b/mail/imap-uw/Makefile     Mon Nov 29 16:19:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2021/10/21 07:46:35 wiz Exp $
+# $NetBSD: Makefile,v 1.152 2021/11/29 16:19:01 jperkin Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -54,7 +54,7 @@
 .   endif
 .endif
 .if ${OPSYS} == "IRIX"
-.  if ${OS_VERSION} >= 6.5
+.  if ${OPSYS_VERSION} >= 060500
 BUILD_TARGET.IRIX=     sg6
 .  else
 BUILD_TARGET.IRIX=     sgi



Home | Main Index | Thread Index | Old Index