diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-14 16:30:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-14 16:30:50 +0000 |
commit | fd311e0fcbeeaf577cce09e7b42e325acb9ccef0 (patch) | |
tree | 9331ff246d74acf48e5aa3f6d34b09588344e28c /x11-servers | |
parent | 8d0edb5635cc806ce72ab2bd0aff4228b35602bd (diff) | |
download | ports-fd311e0fcbeeaf577cce09e7b42e325acb9ccef0.tar.gz ports-fd311e0fcbeeaf577cce09e7b42e325acb9ccef0.zip |
Notes
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 |