aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-04-07 03:21:24 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-04-07 04:19:51 +0000
commit7789f5d26494c4d5288953042c1ebd98f422127c (patch)
treed127196cb82787b5f7bf7d86707dd3dd4794265a
parent529b2c5b34cc7805642dafafa7e6ae6047fd4cc9 (diff)
downloadports-7789f5d26494c4d5288953042c1ebd98f422127c.tar.gz
ports-7789f5d26494c4d5288953042c1ebd98f422127c.zip
devel/tinygo: Add explicit Python build dependency (D29353)
This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) CMake Error at CMakeLists.txt:652 (message): Unable to find Python interpreter, required for builds and testing. Please install Python or specify the PYTHON_EXECUTABLE CMake variable. http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/tinygo-0.14.1_1.log PR: 254678
-rw-r--r--devel/tinygo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile
index c7117346283c..33fe4109593c 100644
--- a/devel/tinygo/Makefile
+++ b/devel/tinygo/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= cmake:devel/cmake \
ninja:devel/ninja
TEST_DEPENDS= qemu-system-arm:emulators/qemu
-USES= gmake go:modules,run
+USES= gmake go:modules,run python:build
USE_GITHUB= yes
GH_ACCOUNT= tinygo-org