aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-09-15 19:48:37 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-09-15 19:48:37 +0000
commit5455ba55e5a6c05102f8d8e025882ad513b8d8a9 (patch)
treee9991ce8e6aef8db195a9a24f27b9a6e6a61a305
parentc262ade15ed386b1c832935a99e78d054790ff01 (diff)
downloadports-5455ba55e5a6c05102f8d8e025882ad513b8d8a9.tar.gz
ports-5455ba55e5a6c05102f8d8e025882ad513b8d8a9.zip
- Limit to i386 and amd64
Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=220387
-rw-r--r--x11-drivers/xf86-input-vmmouse/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile
index 6427c34fee6b..9889986d8eb2 100644
--- a/x11-drivers/xf86-input-vmmouse/Makefile
+++ b/x11-drivers/xf86-input-vmmouse/Makefile
@@ -16,4 +16,7 @@ COMMENT= X.Org vmmouse input driver
XORG_CAT= driver
MAN4= vmmouse.4x
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures.
+
.include <bsd.port.mk>