summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2021-05-11 14:57:56 +0000
committerhauke <hauke@pkgsrc.org>2021-05-11 14:57:56 +0000
commit4b9f1e8593d100a94c7470e0196ef5d5440b35fd (patch)
tree10f1a67d601535688d7fc28b6012d2346c206a88 /emulators
parentb2304611f1727ea799d5421ad3faaf3989e833a9 (diff)
downloadpkgsrc-4b9f1e8593d100a94c7470e0196ef5d5440b35fd.tar.gz
Add FreeBSD-{i386,x86_64} to supported platforms.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse131_linux/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common
index 628e60fe880..86cf2897399 100644
--- a/emulators/suse131_linux/Makefile.common
+++ b/emulators/suse131_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2020/10/08 10:42:49 nia Exp $
+# $NetBSD: Makefile.common,v 1.23 2021/05/11 14:57:56 hauke Exp $
#
# used by emulators/suse131_alsa/Makefile
# used by emulators/suse131_aspell/Makefile
@@ -61,10 +61,12 @@ EMUL_REQD= suse>=${SUSE_VERSION}
EMUL_PLATFORMS+= linux-x86_64
ONLY_FOR_PLATFORM+= NetBSD-5.99*-i386
ONLY_FOR_PLATFORM+= NetBSD-[6-9]*-i386
+ONLY_FOR_PLATFORM+= FreeBSD-*-i386
.endif
EMUL_PLATFORMS+= linux-i386
ONLY_FOR_PLATFORM+= NetBSD-6.99*-x86_64
ONLY_FOR_PLATFORM+= NetBSD-[7-9]*-x86_64
+ONLY_FOR_PLATFORM+= FreeBSD-1[0-9]*-x86_64
.include "../../mk/bsd.prefs.mk"