summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-04 23:16:57 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-04 23:16:57 +0800
commit1fc1a5881056ce0cd5b49ddee3e39aa737d7236a (patch)
treec9f3da5aa9ac0768fd388f9a6dd211b9d3d730a7
parentd4638bd85042cfc78e9614d4425fb1520de01100 (diff)
downloadxorg-devel-ports-1fc1a5881056ce0cd5b49ddee3e39aa737d7236a.tar
xorg-devel-ports-1fc1a5881056ce0cd5b49ddee3e39aa737d7236a.tar.gz
xorg-devel-ports-1fc1a5881056ce0cd5b49ddee3e39aa737d7236a.tar.bz2
xorg-devel-ports-1fc1a5881056ce0cd5b49ddee3e39aa737d7236a.tar.lz
xorg-devel-ports-1fc1a5881056ce0cd5b49ddee3e39aa737d7236a.tar.xz
xorg-devel-ports-1fc1a5881056ce0cd5b49ddee3e39aa737d7236a.tar.zst
xorg-devel-ports-1fc1a5881056ce0cd5b49ddee3e39aa737d7236a.zip
- Fix build with upcoming XORG upgrade
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@375 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11-drivers/xf86-input-acecad/Makefile1
-rw-r--r--x11-drivers/xf86-input-elographics/Makefile1
-rw-r--r--x11-drivers/xf86-input-fpit/Makefile2
-rw-r--r--x11-drivers/xf86-input-hyperpen/Makefile1
-rw-r--r--x11-drivers/xf86-input-joystick/Makefile2
-rw-r--r--x11-drivers/xf86-input-mutouch/Makefile1
-rw-r--r--x11-drivers/xf86-input-penmount/Makefile1
-rw-r--r--x11-drivers/xf86-input-synaptics/Makefile2
-rw-r--r--x11-drivers/xf86-input-vmmouse/Makefile1
-rw-r--r--x11-drivers/xf86-input-void/Makefile1
10 files changed, 10 insertions, 3 deletions
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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>
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 <bsd.port.mk>