summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-07 11:39:36 +0000
committerrillig <rillig@pkgsrc.org>2018-01-07 11:39:36 +0000
commite29cf4757861b128c0abace100e3047fdeca0301 (patch)
treec2dc69396a033f566d13a67a8e64e70eaa4db6f1 /emulators
parentaa1cc06b4e5d0bfc41a2377dfc58d15b127d2648 (diff)
downloadpkgsrc-e29cf4757861b128c0abace100e3047fdeca0301.tar.gz
Fixed typo in OS_VERSION checks.
This doesn't influence anything since NetBSD-4.90 has never been released. Still it produced a pkglint warning.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat30/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/compat30/Makefile b/emulators/compat30/Makefile
index 282dbe6991b..90078af01b7 100644
--- a/emulators/compat30/Makefile
+++ b/emulators/compat30/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/12/24 09:43:56 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/01/07 11:39:36 rillig Exp $
COMPAT_PKG= compat30 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 3.0
@@ -45,8 +45,10 @@ DEPENDS+= netbsd32_compat40>=4.0:../../emulators/netbsd32_compat40
# compat30-extras package to supply shared libraries missing from compat30.
#
.elif (${EMUL_ARCH} == "vax") && \
- (!empty(OS_VERSION:M3.99.*) || !empty(OS_VERSION:M4.[0-9]) || \
- !empty(OS_VERSION:M4.[1-8][0-9].*) || empty(NetBSD-4.9[0-8].*))
+ (!empty(OS_VERSION:M3.99.*) || \
+ !empty(OS_VERSION:M4.[0-9]) || \
+ !empty(OS_VERSION:M4.[1-8][0-9].*) || \
+ !empty(OS_VERSION:M4.9[0-8].*))
DEPENDS+= compat30-extras-${COMPAT_VERSION}{,nb*}:../../emulators/compat30-extras
#
# We need to depend on the compat40 package to supply shared libraries