summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/compat30/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/compat30/Makefile b/emulators/compat30/Makefile
index d965204adb2..6d72a21f9cf 100644
--- a/emulators/compat30/Makefile
+++ b/emulators/compat30/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/12/31 20:06:38 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/07 06:52:45 wiz Exp $
COMPAT_PKG= compat30 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 3.0
@@ -53,6 +53,7 @@ DEPENDS+= compat30-extras-${COMPAT_VERSION}{,nb*}:../../emulators/compat30-extra
# missing from compat30 on NetBSD>4.x.
#
.elif empty(OS_VERSION:M[0-3].*) && empty(OS_VERSION:M4.[0-9]) && \
+ empty(OS_VERSION:M4.[0-9]_STABLE) && \
empty(OS_VERSION:M4.[0-9].*) && empty(OS_VERSION:M4.[1-8][0-9].*) && \
empty(OS_VERSION:M4.9[0-8]*)
DEPENDS+= compat40>=4.0:../../emulators/compat40