summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-28 13:52:19 +0000
committernia <nia@pkgsrc.org>2020-06-28 13:52:19 +0000
commit0349660133c08d7d2d368b42f4fe1cd3f317a41f (patch)
treeea7972f66b298c31837b3851921d36a850998a44 /x11
parente95d6693eddd38f438218abe4af43d9405e4307e (diff)
downloadpkgsrc-0349660133c08d7d2d368b42f4fe1cd3f317a41f.tar.gz
xf86-input-vmmouse: only for x86
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-input-vmmouse/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xf86-input-vmmouse/Makefile b/x11/xf86-input-vmmouse/Makefile
index 34c2abeb0b7..70397a94267 100644
--- a/x11/xf86-input-vmmouse/Makefile
+++ b/x11/xf86-input-vmmouse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/06/28 13:52:19 nia Exp $
DISTNAME= xf86-input-vmmouse-13.1.0
PKGREVISION= 2
@@ -15,6 +15,9 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+# #error The vmmouse protocol is only supported on x86 architectures.
+ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
# Currently libudev is unsupported in pkgsrc