diff options
author | flz <flz@FreeBSD.org> | 2008-03-15 00:30:50 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-03-15 00:30:50 +0800 |
commit | 564068300d0043d889021df828c4351a22166034 (patch) | |
tree | 62cf05f194dcb6cfe8637554e2eed136a8f3ed30 /x11-servers | |
parent | 76ac56f68760baff4a38b0ccb57452107de82dc0 (diff) | |
download | freebsd-ports-gnome-564068300d0043d889021df828c4351a22166034.tar.gz freebsd-ports-gnome-564068300d0043d889021df828c4351a22166034.tar.zst freebsd-ports-gnome-564068300d0043d889021df828c4351a22166034.zip |
Add inputproto and xtrans to USE_XORG.
Reported by: marcus, erwin
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xorg-vfbserver/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile index beef5fd0d8a1..49c1a2377bd9 100644 --- a/x11-servers/xorg-vfbserver/Makefile +++ b/x11-servers/xorg-vfbserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= xorg-vfbserver PORTVERSION= 1.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-servers @@ -19,12 +20,12 @@ XORG_CAT= xserver LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ - damageproto xcmiscproto xextproto xf86miscproto \ + damageproto xcmiscproto xextproto xf86miscproto inputproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ resourceproto fontsproto xf86dgaproto videoproto \ compositeproto trapproto recordproto resourceproto \ xineramaproto evieproto xkbfile xfont fontenc xkbui xxf86misc \ - xxf86vm xaw7 xmu xpm xext pixman + xxf86vm xaw7 xmu xpm xext pixman xtrans CONFIGURE_ARGS= --disable-dmx --disable-xnest --disable-xorg --disable-xprint \ --localstatedir=/var |