summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-01 10:31:01 +0000
committerdholland <dholland@pkgsrc.org>2015-01-01 10:31:01 +0000
commit757b93995a559efb070e9f2f3c5ad8497d687fbd (patch)
tree1ab2d5a411b40b34c0c98c71c2825576d6b52270 /emulators
parent32ac8c045f7e42109b44ea0c0fb764e2bbebdbbd (diff)
downloadpkgsrc-757b93995a559efb070e9f2f3c5ad8497d687fbd.tar.gz
Document ONLY_FOR_PLATFORM.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/lrmi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/lrmi/Makefile b/emulators/lrmi/Makefile
index 46efa737c7a..6245e7ff537 100644
--- a/emulators/lrmi/Makefile
+++ b/emulators/lrmi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 12:55:15 asau Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/01 10:31:01 dholland Exp $
#
DISTNAME= lrmi-0.8
@@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/lrmi/
COMMENT= Wrapper to the i386 vm86 mode
+# Inherently x86-specific.
+# (XXX: should this be enabled on amd64 and ia64? it won't currently
+# work, but it probably ought to.)
ONLY_FOR_PLATFORM= *-*-i386
NOT_FOR_PLATFORM+= Interix-*-* # cannot call real mode from Windows