diff options
-rw-r--r-- | x11-servers/xephyr/Makefile | 3 | ||||
-rw-r--r-- | x11-servers/xorg-dmx/Makefile | 3 | ||||
-rw-r--r-- | x11-servers/xorg-nestserver/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index bd43c1ec697f..6a3feab859cf 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -7,6 +7,7 @@ PORTNAME= xephyr PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= x11-servers MAINTAINER= x11@FreeBSD.org @@ -18,7 +19,7 @@ LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm USE_GL= gl USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ - damageproto xcmiscproto xtrans inputproto \ + dri2proto damageproto xcmiscproto xtrans inputproto \ xf86bigfontproto scrnsaverproto bigreqsproto \ resourceproto fontsproto videoproto \ compositeproto trapproto recordproto \ diff --git a/x11-servers/xorg-dmx/Makefile b/x11-servers/xorg-dmx/Makefile index 191dc638d379..f6af40ec6514 100644 --- a/x11-servers/xorg-dmx/Makefile +++ b/x11-servers/xorg-dmx/Makefile @@ -8,6 +8,7 @@ PORTNAME= xorg-dmx PORTVERSION= 1.5.3 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= x11-servers MAINTAINER= x11@FreeBSD.org @@ -21,7 +22,7 @@ LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm USE_GL= gl USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ - damageproto xcmiscproto xextproto xf86miscproto \ + dri2proto damageproto xcmiscproto xextproto xf86miscproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ resourceproto fontsproto xf86dgaproto videoproto \ compositeproto trapproto recordproto resourceproto \ diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile index 992c65780fca..14b2118ad4c2 100644 --- a/x11-servers/xorg-nestserver/Makefile +++ b/x11-servers/xorg-nestserver/Makefile @@ -8,6 +8,7 @@ PORTNAME= xorg-nestserver PORTVERSION= 1.5.3 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= x11-servers MAINTAINER= x11@FreeBSD.org @@ -23,7 +24,7 @@ USE_GL= gl USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ damageproto xcmiscproto xextproto xf86miscproto inputproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ - resourceproto fontsproto xf86dgaproto videoproto \ + dri2proto resourceproto fontsproto xf86dgaproto videoproto \ compositeproto trapproto recordproto resourceproto \ xineramaproto evieproto xkbfile xfont fontenc xkbui \ xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans |