1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Limit to i386 and amd64

Approved by:	portmgr (pav)
This commit is contained in:
Pietro Cerutti 2008-09-15 19:48:37 +00:00
parent c262ade15e
commit 5455ba55e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220387

View File

@ -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>