summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-07 06:52:45 +0000
committerwiz <wiz>2009-05-07 06:52:45 +0000
commitb5f1564b13bbb4985c5ccc983dd287156f3cf187 (patch)
tree1e4b3ec8f4aad6b357aea67e874f7d221ac9ee83 /emulators
parent6389f46f66220cb08813768dce1d2d6cb6348e35 (diff)
downloadpkgsrc-b5f1564b13bbb4985c5ccc983dd287156f3cf187.tar.gz
Handle 4.x_STABLE correctly. Patch from Takahiro Kambe in PR 41373.
Diffstat (limited to 'emulators')
-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