pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/pico pico: Use OPSYS_VERSION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61e1c7da6d8e
branches:  trunk
changeset: 770336:61e1c7da6d8e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Nov 29 16:17:53 2021 +0000

description:
pico: Use OPSYS_VERSION.

OS_VERSION does not support arithmetic expressions.

diffstat:

 editors/pico/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8c73fd90a83f -r 61e1c7da6d8e editors/pico/Makefile
--- a/editors/pico/Makefile     Mon Nov 29 16:14:23 2021 +0000
+++ b/editors/pico/Makefile     Mon Nov 29 16:17:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2021/05/14 14:27:31 nia Exp $
+# $NetBSD: Makefile,v 1.81 2021/11/29 16:17:53 jperkin Exp $
 #
 # NOTE:
 # When updating, it is necessary to change the shlib version, located in
@@ -26,7 +26,7 @@
 OPSYSVARS+=            BUILDNAME
 BUILDNAME.Darwin=      osx
 .if ${OPSYS} == "IRIX"
-.  if ${OS_VERSION} >= 6.5
+.  if ${OPSYS_VERSION} >= 060500
 BUILDNAME.IRIX=                sg6
 .  else
 BUILDNAME.IRIX=                sgi



Home | Main Index | Thread Index | Old Index