Index: head/x11-drivers/xf86-input-vmmouse/Makefile =================================================================== --- head/x11-drivers/xf86-input-vmmouse/Makefile (revision 345843) +++ head/x11-drivers/xf86-input-vmmouse/Makefile (revision 345844) @@ -1,29 +1,29 @@ # Created by: NIIMI Satoshi # $FreeBSD$ PORTNAME= xf86-input-vmmouse PORTVERSION= 13.0.0 PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org vmmouse input driver -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal +USES= gmake XORG_CAT= driver CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts -USE_GMAKE= yes ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures. .include .if defined(WITH_NEW_XORG) PLIST_SUB+= NEW="" .else PLIST_SUB+= NEW="@comment " .endif .include