aboutsummaryrefslogtreecommitdiff
path: root/cad/kicad-devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-05-27 11:10:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-05-27 11:10:24 +0000
commit7a7b9c66bacf35a9077eac67fdfdb984529fcab4 (patch)
tree2c26148e38588825c06eb0fe1a6df8cd76c362bf /cad/kicad-devel
parent684e881744ef10bad6cb7a3c53a9495657459cb0 (diff)
downloadports-7a7b9c66bacf35a9077eac67fdfdb984529fcab4.tar.gz
ports-7a7b9c66bacf35a9077eac67fdfdb984529fcab4.zip
kicad-* are not compatible with python3
Notes
Notes: svn path=/head/; revision=470981
Diffstat (limited to 'cad/kicad-devel')
-rw-r--r--cad/kicad-devel/Makefile2
1 files changed, 1 insertions, 1 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}" \