diff options
-rw-r--r-- | cad/openvsp/Makefile | 3 |
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 \ |