diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-01-27 21:51:16 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-01-27 21:51:16 +0000 |
commit | 1306ca9d10a1bac1490f12d2ba0b88f04d1121ff (patch) | |
tree | c544d05624f0a7d4df92a2434b8a5e96e7405b61 /x11-servers/xephyr | |
parent | 60891e25da792185dcd7441f493d8b5b4dbca646 (diff) | |
download | ports-1306ca9d10a1bac1490f12d2ba0b88f04d1121ff.tar.gz ports-1306ca9d10a1bac1490f12d2ba0b88f04d1121ff.zip |
Notes
Diffstat (limited to 'x11-servers/xephyr')
-rw-r--r-- | x11-servers/xephyr/Makefile | 3 |
1 files changed, 2 insertions, 1 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 \ |