diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-24 21:49:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-24 21:49:02 +0800 |
commit | aff4526601b40f36b03eba0fd7a736d3258f1508 (patch) | |
tree | 292a6e50da75fedcef5f937a7dbdc09cc18b57d0 /x11-drivers | |
parent | 521ac0d09681d7261c48aadae2465f79a1f1b4c9 (diff) | |
download | freebsd-ports-gnome-aff4526601b40f36b03eba0fd7a736d3258f1508.tar.gz freebsd-ports-gnome-aff4526601b40f36b03eba0fd7a736d3258f1508.tar.zst freebsd-ports-gnome-aff4526601b40f36b03eba0fd7a736d3258f1508.zip |
Support stage
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile index eb55ffa9e155..0bb4ac9847b1 100644 --- a/x11-drivers/xf86-input-vmmouse/Makefile +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -9,11 +9,11 @@ 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. |