aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 17:53:31 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 19:00:46 +0000
commit799245580a718022ce7bb96012a2720ede33a8ae (patch)
tree06497e4202b34e0b1fd7cea5e5c4cfb51f857f70 /graphics/libosmesa/Makefile
parent07b3e671fb24b8fecf06e76c84859e97508a6713 (diff)
downloadports-799245580a718022ce7bb96012a2720ede33a8ae.tar.gz
ports-799245580a718022ce7bb96012a2720ede33a8ae.zip
graphics/mesa: Do not add USE_LDCONFIG for every mesa ports
Not every mesa ports provides shared libraries intented for dynamic uses so stop running ldconfig script for those ports. Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'graphics/libosmesa/Makefile')
-rw-r--r--graphics/libosmesa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index a9feb722e252..ba511d86c6db 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -12,6 +12,7 @@ LIB_DEPENDS+= libLLVM-${LLVM_DEFAULT}.so:devel/llvm${LLVM_DEFAULT}
USES= xorg
USE_XORG= xorgproto
+USE_LDCONFIG= yes
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"