aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-devel/Makefile
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-08-15 18:44:34 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-08-15 18:47:47 +0000
commit1a86bea35222459cae676d18682b85e919f50512 (patch)
treebfd3c8b3cd6c4cc6bf468b75fc995012e545aa68 /graphics/mesa-devel/Makefile
parentff31646d2c7722c0832726004af8c2d1b3a3b5eb (diff)
downloadports-1a86bea35222459cae676d18682b85e919f50512.tar.gz
ports-1a86bea35222459cae676d18682b85e919f50512.zip
graphics: Make libglvnd a LIB_DEPEND
There are still some incoming reports of dep issues when upgrading old systems. This should help with dep solving and getting past the file conflicts. Reviewed by: jbeich, x11 (manu) Differential Revision: https://reviews.freebsd.org/D31465
Diffstat (limited to 'graphics/mesa-devel/Makefile')
-rw-r--r--graphics/mesa-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index aa4e360865fe..92aec078f5ec 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME= mesa
DISTVERSION= 21.2-branchpoint-981
DISTVERSIONSUFFIX= -g38f39cc1e21
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMESUFFIX= -devel
@@ -23,9 +24,9 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= Limited scope: no old drivers and no software rendering. \
See also https://mesamatrix.net/
-BUILD_DEPENDS= libglvnd>=1.3.2:graphics/libglvnd \
- ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
LIB_DEPENDS= libdrm.so:graphics/libdrm \
+ libOpenGL.so:graphics/libglvnd \
libexpat.so:textproc/expat2
.if !exists(/usr/lib/libelf.so)
# DragonFly doesn't install it yet