diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2023-11-22 10:44:05 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-11-22 11:15:57 +0000 |
commit | 6a1b0c432c8ce215896a31c4dfcb09b62a2cac1f (patch) | |
tree | b03fe90dd754bb65f660106d2e80a41fa57c7022 /graphics/mesa-gallium-vdpau | |
parent | 818c20c1aa833f8f648f80c77f4eb3aafdb00299 (diff) | |
download | ports-6a1b0c432c8ce215896a31c4dfcb09b62a2cac1f.tar.gz ports-6a1b0c432c8ce215896a31c4dfcb09b62a2cac1f.zip |
Diffstat (limited to 'graphics/mesa-gallium-vdpau')
-rw-r--r-- | graphics/mesa-gallium-vdpau/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile index 067bf93d3fd6..43cf846da711 100644 --- a/graphics/mesa-gallium-vdpau/Makefile +++ b/graphics/mesa-gallium-vdpau/Makefile @@ -1,5 +1,6 @@ PORTNAME= mesa-gallium-vdpau PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Mesa Gallium VDPAU drivers @@ -53,7 +54,8 @@ MESON_ARGS+= -Dplatforms="x11" MESON_ARGS+= -Dglx=disabled \ -Degl=disabled \ -Dopengl=false \ - -Dshared-glapi=disabled + -Dshared-glapi=disabled \ + -Dplatforms="" .endif .include "${MASTERDIR}/Makefile.targets" |