summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorobache <obache>2014-01-30 12:04:13 +0000
committerobache <obache>2014-01-30 12:04:13 +0000
commitbea38604fe3416481176009d5a9758102c3d8ee3 (patch)
tree37f91e793710918bac99f04724243e9ff644b933 /emulators
parent17d0bad96963fdfbb9ac6f7a19a955fd9004afea (diff)
downloadpkgsrc-bea38604fe3416481176009d5a9758102c3d8ee3.tar.gz
suse 13.1 is known as not worked with NetBSD/amd64 6.x relase, per PR pkg/48558.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse131_linux/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common
index 548dc9fd972..77fb56203a3 100644
--- a/emulators/suse131_linux/Makefile.common
+++ b/emulators/suse131_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2014/01/23 11:10:17 obache Exp $
+# $NetBSD: Makefile.common,v 1.3 2014/01/30 12:04:13 obache Exp $
# used by emulators/suse131_alsa/Makefile
# used by emulators/suse131_aspell/Makefile
# used by emulators/suse131_base/Makefile
@@ -52,8 +52,8 @@ ONLY_FOR_PLATFORM+= NetBSD-5.99*-i386
ONLY_FOR_PLATFORM+= NetBSD-[6-9]*-i386
.endif
EMUL_PLATFORMS+= linux-i386
-ONLY_FOR_PLATFORM+= NetBSD-5.99*-x86_64
-ONLY_FOR_PLATFORM+= NetBSD-[6-9]*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-6.99*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-[7-9]*-x86_64
.include "../../mk/bsd.prefs.mk"