pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/imap-uw
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Nov 29 16:19:01 UTC 2021
Modified Files:
pkgsrc/mail/imap-uw: Makefile
Log Message:
imap-uw: Use OPSYS_VERSION.
OS_VERSION does not support arithmetic expressions.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/mail/imap-uw/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/imap-uw/Makefile
diff -u pkgsrc/mail/imap-uw/Makefile:1.151 pkgsrc/mail/imap-uw/Makefile:1.152
--- pkgsrc/mail/imap-uw/Makefile:1.151 Thu Oct 21 07:46:35 2021
+++ pkgsrc/mail/imap-uw/Makefile Mon Nov 29 16:19:01 2021
@@ -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 @@ BUILD_TARGET.Darwin= osx
. 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