summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-11-29 16:17:53 +0000
committerjperkin <jperkin@pkgsrc.org>2021-11-29 16:17:53 +0000
commit20e56a594a4abbb01cc0d9706397820c680b248a (patch)
tree4abfed8bab79844883a54a571ff7a3924611bed0 /editors
parent55d916c83dc800368c80038b28ab7afe2eddd236 (diff)
downloadpkgsrc-20e56a594a4abbb01cc0d9706397820c680b248a.tar.gz
pico: Use OPSYS_VERSION.
OS_VERSION does not support arithmetic expressions.
Diffstat (limited to 'editors')
-rw-r--r--editors/pico/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 55951366d59..e1a3fb7a55e 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -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 @@ USE_LIBTOOL= yes
OPSYSVARS+= BUILDNAME
BUILDNAME.Darwin= osx
.if ${OPSYS} == "IRIX"
-. if ${OS_VERSION} >= 6.5
+. if ${OPSYS_VERSION} >= 060500
BUILDNAME.IRIX= sg6
. else
BUILDNAME.IRIX= sgi