cad/kicad-devel: Ungreak build
Add some missing dependencies
This commit is contained in:
parent
371278e7b6
commit
51a6af7dfa
1 changed files with 5 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue