svn commit: r345844 - head/x11-drivers/xf86-input-vmmouse

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 24 13:49:02 UTC 2014


Author: bapt
Date: Mon Feb 24 13:49:02 2014
New Revision: 345844
URL: http://svnweb.freebsd.org/changeset/ports/345844
QAT: https://qat.redports.org/buildarchive/r345844/

Log:
  Support stage

Modified:
  head/x11-drivers/xf86-input-vmmouse/Makefile

Modified: head/x11-drivers/xf86-input-vmmouse/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-vmmouse/Makefile	Mon Feb 24 13:45:55 2014	(r345843)
+++ head/x11-drivers/xf86-input-vmmouse/Makefile	Mon Feb 24 13:49:02 2014	(r345844)
@@ -9,11 +9,11 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at 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.


More information about the svn-ports-all mailing list