ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= The vmware gfx protocol is only supported on x86-compatible architectures.
.include <bsd.port.options.mk>
.if ${ARCH} == i386
USE_GCC= any
.endif
.include <bsd.port.mk>