diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-01-28 05:51:16 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-01-28 05:51:16 +0800 |
commit | 2b30b7d1b9a97122eedd7edf2cd0bf2215794778 (patch) | |
tree | c298c9b63dadb90faea533d5eacbc128d2805d09 /x11-servers/xorg-dmx | |
parent | f82b424d11cadb5d02378ddccdbc7cad8b33e568 (diff) | |
download | freebsd-ports-gnome-2b30b7d1b9a97122eedd7edf2cd0bf2215794778.tar.gz freebsd-ports-gnome-2b30b7d1b9a97122eedd7edf2cd0bf2215794778.tar.zst freebsd-ports-gnome-2b30b7d1b9a97122eedd7edf2cd0bf2215794778.zip |
Add dependency on dri2proto to more server components.
Reported by: pointyhat (pav)
Diffstat (limited to 'x11-servers/xorg-dmx')
-rw-r--r-- | x11-servers/xorg-dmx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |