aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-05-03 16:15:23 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-05-03 16:15:23 +0000
commit94e6b0d69bfc8c2089bc9280681e6e83bf241cf9 (patch)
treec96b0efc9aeb6a8bc7c6839e58b3a4414244bfb9 /graphics/libosmesa
parent8cefc0c948599ee4610bb1ef12c2d07a02da63ac (diff)
downloadports-94e6b0d69bfc8c2089bc9280681e6e83bf241cf9.tar.gz
ports-94e6b0d69bfc8c2089bc9280681e6e83bf241cf9.zip
graphics/mesa: Update to 19.0.8
Update mesa and related ports to 19.0.8. This is the last version where the autotools build system is being used. This serves as a stepping stone for reworking the ports to use the meson build system and to enable further updates. PR: 235570 Submitted by: jbeich (with minor changes) Differential Revision: https://reviews.freebsd.org/D19099 https://reviews.freebsd.org/D19100
Notes
Notes: svn path=/head/; revision=533793
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r--graphics/libosmesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index a6d5cf59f21b..edb47698e52b 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -3,11 +3,11 @@
PORTNAME= libosmesa
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 6
CATEGORIES= graphics
COMMENT= Off-Screen Mesa implementation of the OpenGL API
+USES= xorg
USE_XORG= xorgproto
.include <bsd.port.options.mk>