From 1fc1a5881056ce0cd5b49ddee3e39aa737d7236a Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 4 Feb 2012 15:16:57 +0000 Subject: - Fix build with upcoming XORG upgrade git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@375 058c260c-8361-11dd-a0ac-aa2bafec7d09 --- x11-drivers/xf86-input-acecad/Makefile | 1 + x11-drivers/xf86-input-elographics/Makefile | 1 + x11-drivers/xf86-input-fpit/Makefile | 2 +- x11-drivers/xf86-input-hyperpen/Makefile | 1 + x11-drivers/xf86-input-joystick/Makefile | 2 +- x11-drivers/xf86-input-mutouch/Makefile | 1 + x11-drivers/xf86-input-penmount/Makefile | 1 + x11-drivers/xf86-input-synaptics/Makefile | 2 +- x11-drivers/xf86-input-vmmouse/Makefile | 1 + x11-drivers/xf86-input-void/Makefile | 1 + 10 files changed, 10 insertions(+), 3 deletions(-) (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-input-acecad/Makefile b/x11-drivers/xf86-input-acecad/Makefile index 9f6ee76..e73f065 100644 --- a/x11-drivers/xf86-input-acecad/Makefile +++ b/x11-drivers/xf86-input-acecad/Makefile @@ -13,6 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org acecad input driver XORG_CAT= driver +USE_XORG= xextproto videoproto MAN4= acecad.4x .include diff --git a/x11-drivers/xf86-input-elographics/Makefile b/x11-drivers/xf86-input-elographics/Makefile index c20278b..3229171 100644 --- a/x11-drivers/xf86-input-elographics/Makefile +++ b/x11-drivers/xf86-input-elographics/Makefile @@ -13,6 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org elographics input driver XORG_CAT= driver +USE_XORG= xextproto videoproto MAN4= elographics.4x .include diff --git a/x11-drivers/xf86-input-fpit/Makefile b/x11-drivers/xf86-input-fpit/Makefile index 5b87abb..deff2a2 100644 --- a/x11-drivers/xf86-input-fpit/Makefile +++ b/x11-drivers/xf86-input-fpit/Makefile @@ -13,7 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org fpit input driver XORG_CAT= driver -USE_XORG= xrandr +USE_XORG= xrandr xextproto videoproto MAN4= fpit.4x diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile index 45a3cda..fb2a256 100644 --- a/x11-drivers/xf86-input-hyperpen/Makefile +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -13,5 +13,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org hyperpen input driver XORG_CAT= driver +USE_XORG= xextproto videoproto .include diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile index c2bc257..11e0d78 100644 --- a/x11-drivers/xf86-input-joystick/Makefile +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -13,7 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org joystick input driver XORG_CAT= driver - +USE_XORG= xextproto videoproto MAN4= joystick.4x post-patch: diff --git a/x11-drivers/xf86-input-mutouch/Makefile b/x11-drivers/xf86-input-mutouch/Makefile index fac7d11..7c359ab 100644 --- a/x11-drivers/xf86-input-mutouch/Makefile +++ b/x11-drivers/xf86-input-mutouch/Makefile @@ -13,6 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org mutouch input driver XORG_CAT= driver +USE_XORG= xextproto videoproto MAN4= mutouch.4x .include diff --git a/x11-drivers/xf86-input-penmount/Makefile b/x11-drivers/xf86-input-penmount/Makefile index 7712d20..d634838 100644 --- a/x11-drivers/xf86-input-penmount/Makefile +++ b/x11-drivers/xf86-input-penmount/Makefile @@ -13,6 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org penmount input driver XORG_CAT= driver +USE_XORG= xextproto videoproto MAN4= penmount.4x .include diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile index a8784af..5f76fa0 100644 --- a/x11-drivers/xf86-input-synaptics/Makefile +++ b/x11-drivers/xf86-input-synaptics/Makefile @@ -17,7 +17,7 @@ CONFLICTS= synaptics-[0-9]* LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal USE_GNOME= gnomehack -USE_XORG= x11 +USE_XORG= x11 xextproto videoproto XORG_CAT= driver MAN1= syndaemon.1 \ diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile index dc4e43c..894a640 100644 --- a/x11-drivers/xf86-input-vmmouse/Makefile +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -15,6 +15,7 @@ COMMENT= X.Org vmmouse input driver LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal XORG_CAT= driver +USE_XORG= xextproto videoproto CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts USE_GMAKE= yes diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile index e58ad47..45152e8 100644 --- a/x11-drivers/xf86-input-void/Makefile +++ b/x11-drivers/xf86-input-void/Makefile @@ -13,6 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org void input driver XORG_CAT= driver +USE_XORG= xextproto videoproto MAN4= void.4x .include -- cgit v1.2.3