diff options
author | antoine <antoine@FreeBSD.org> | 2018-05-27 19:10:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-05-27 19:10:24 +0800 |
commit | b6750b24bcd99f13c6490a077b68d53551a7535f (patch) | |
tree | 2c26148e38588825c06eb0fe1a6df8cd76c362bf /cad | |
parent | f0fbf430278e26bce0fca33d7ef684b1e5a1493e (diff) | |
download | freebsd-ports-gnome-b6750b24bcd99f13c6490a077b68d53551a7535f.tar.gz freebsd-ports-gnome-b6750b24bcd99f13c6490a077b68d53551a7535f.tar.zst freebsd-ports-gnome-b6750b24bcd99f13c6490a077b68d53551a7535f.zip |
kicad-* are not compatible with python3
Diffstat (limited to 'cad')
-rw-r--r-- | cad/kicad-devel/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index fa1f364c60c1..06be0509b76c 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -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}" \ diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 287b2874d221..debe70d2b159 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -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 |