diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 05:31:00 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 06:19:56 +0200 |
commit | 0f053e77c170f114b53f3ab793c668281e1a25a1 (patch) | |
tree | e37eaca729c57b0eac39e7fdc26250921e0eb9e1 /science/libecpint | |
parent | cc57c3d5cf115fcc2b155ea36dd8763b31973a21 (diff) | |
download | freebsd-ports-0f053e77c170f114b53f3ab793c668281e1a25a1.zip |
science/libecpint: 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 Python (missing: Python_EXECUTABLE Interpreter)
CMake Error at src/CMakeLists.txt:22 (file):
file failed to open for reading (No such file or directory):
/wrkdirs/usr/ports/science/libecpint/work/.build/src/qlist.txt
CMake Error at src/CMakeLists.txt:24 (add_custom_command):
add_custom_command Wrong syntax. A TARGET or OUTPUT must be specified.
http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/libecpint-1.0.5.log
PR: 254678
Diffstat (limited to 'science/libecpint')
-rw-r--r-- | science/libecpint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libecpint/Makefile b/science/libecpint/Makefile index b6c0f69a06ab..3b681d33086f 100644 --- a/science/libecpint/Makefile +++ b/science/libecpint/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpugixml.so:textproc/pugixml -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang python:build USE_LDCONFIG= yes USE_GITHUB= yes |