mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
kicad-* are not compatible with python3
This commit is contained in:
parent
684e881744
commit
7a7b9c66ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470981
@ -45,7 +45,7 @@ BINS= cvpcb eeschema gerbview kicad pcbnew
|
||||
EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \
|
||||
contrib_makefiles.txt running_kicad_under_W98.txt
|
||||
USES= desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake \
|
||||
gettext python shebangfix ssl
|
||||
gettext python:2.7 shebangfix ssl
|
||||
SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py
|
||||
|
||||
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
|
||||
|
@ -26,7 +26,7 @@ GH_ACCOUNT= KiCad
|
||||
GH_PROJECT= kicad-source-mirror
|
||||
|
||||
USES= cmake:noninja compiler:c++11-lib desktop-file-utils \
|
||||
pkgconfig python shared-mime-info shebangfix ssl tar:xz
|
||||
pkgconfig python:2.7 shared-mime-info shebangfix ssl tar:xz
|
||||
SHEBANG_FILES= pcbnew/scripting/plugins/touch_slider_wizard.py
|
||||
|
||||
USE_XORG= ice x11 xext
|
||||
|
Loading…
Reference in New Issue
Block a user