diff options
Diffstat (limited to 'graphics/mesa-libs/Makefile')
-rw-r--r-- | graphics/mesa-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index 7c3dcc1ffc3f..090565b0105a 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -3,11 +3,12 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients -USE_XORG= dri2proto dri3proto glproto presentproto x11 xcb xdamage xext \ +USE_XORG= xorgproto x11 xcb xdamage xext \ xfixes xshmfence xxf86vm OPTIONS_DEFINE= WAYLAND |