aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-10 15:23:38 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-02-11 08:20:27 +0000
commit1566fe1dab272560ca8e8225edf12514a6147368 (patch)
tree712ea3a083a66df292aba75da7736ca96cc353ef
parent4ce3a08dde462aee55070538afdef0014d9342ce (diff)
downloadports-1566fe1dab272560ca8e8225edf12514a6147368.tar.gz
ports-1566fe1dab272560ca8e8225edf12514a6147368.zip
cad/openvsp: drop unused libpthread-stubs
PR: 269464 Reported by: jbeich@FreeBSD.org
-rw-r--r--cad/openvsp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 0f3819df4218..92f844648794 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -15,8 +15,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_aarch64= fails to compile: invokes x86 asm
BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
- ${LOCALBASE}/include/glm/glm.hpp:math/glm \
- ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+ ${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libpng.so:graphics/png \
libfreetype.so:print/freetype2 \