aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-09-16 03:48:37 +0800
committergahr <gahr@FreeBSD.org>2008-09-16 03:48:37 +0800
commit5d6675c6829986bf4a473fe94cffdfc7e2048c50 (patch)
tree1c2111830c0a89690c7eb4f5e1636b2f01e182ee /x11-drivers
parentf965852906718aae399424d2471cc38e6414163a (diff)
downloadfreebsd-ports-gnome-5d6675c6829986bf4a473fe94cffdfc7e2048c50.tar.gz
freebsd-ports-gnome-5d6675c6829986bf4a473fe94cffdfc7e2048c50.tar.zst
freebsd-ports-gnome-5d6675c6829986bf4a473fe94cffdfc7e2048c50.zip
- Limit to i386 and amd64
Approved by: portmgr (pav)
Diffstat (limited to 'x11-drivers')
-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>