git: 51a6af7dfa86 - main - cad/kicad-devel: Ungreak build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 15:35:35 UTC
The branch main has been updated by mr: URL: https://cgit.FreeBSD.org/ports/commit/?id=51a6af7dfa86931eac4f29e7e1ae739593e5cbe4 commit 51a6af7dfa86931eac4f29e7e1ae739593e5cbe4 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2022-10-20 15:34:35 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2022-10-20 15:34:35 +0000 cad/kicad-devel: Ungreak build Add some missing dependencies --- cad/kicad-devel/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 1026ffcebe9d..4802cb5a8bae 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -15,13 +15,16 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/bin/swig:devel/swig LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig \ libharfbuzz.so:print/harfbuzz \ libngspice.so:cad/ngspice_rework@shlib \ libTKernel.so:cad/opencascade \ libpixman-1.so:x11/pixman \ libpng.so:graphics/png \ libcurl.so:ftp/curl \ - libGLEW-wayland.so:graphics/glew-wayland + libGLEW-wayland.so:graphics/glew-wayland \ + libodbc.so:databases/unixODBC CONFLICTS_INSTALL= kicad # bin/_cvpcb.kiface @@ -41,7 +44,7 @@ GL_COMMIT= ${GIT_SRC_HASH} USE_GL= gl glew glu glut USE_WX= 3.1 WX_COMPS= wx python:lib -USE_GNOME= atk cairo # Required by libwx_gtk2_aui-2.8.so +USE_GNOME= atk cairo gtk30 gdkpixbuf2 pango USE_XORG+= ice pixman x11 xext BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \