git: 7063a399431c - main - graphics/mesa-dri: drop unused libpthread-stubs after 899ab84a708e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 15:10:50 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7063a399431c41c7852917fa9d465d3fe3db1883
commit 7063a399431c41c7852917fa9d465d3fe3db1883
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-10 13:31:43 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-13 15:09:21 +0000
graphics/mesa-dri: drop unused libpthread-stubs after 899ab84a708e
PR: 269463
Approved by: manu
---
graphics/mesa-dri/Makefile.common | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index e08b5df07a13..45551b65db3f 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -30,8 +30,7 @@ LICENSE_FILE= ${WRKSRC}/docs/license.rst
COMPONENT= ${PORTNAME:tl:C/^lib//:C/mesa-//}
-BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \
- ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
+BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
LIB_DEPENDS+= libexpat.so:textproc/expat2
.if ${COMPONENT} != clover
.if ${PORT_OPTIONS:MPLATFORM_X11}