mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
devel/root: Fix build/run depends in Makefile
Turn bash and nlohmann-json into run-time dependencies, as well as build-time dependencies. PR: 274696 MFH: 2023Q4
This commit is contained in:
parent
c30635f14b
commit
a19d67508e
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,9 @@ WWW= https://root.cern/
|
|||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/LGPL2_1.txt
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
BUILD_AND_RUN_DEPENDS= bash:shells/bash \
|
||||
nlohmann-json>=3:devel/nlohmann-json
|
||||
BUILD_DEPENDS= ${BUILD_AND_RUN_DEPENDS}
|
||||
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
|
||||
libcurl.so:ftp/curl \
|
||||
libfftw3.so:math/fftw3 \
|
||||
|
@ -29,6 +30,7 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
|
|||
libXrdCl.so:databases/xrootd \
|
||||
libxxhash.so:devel/xxhash \
|
||||
libzstd.so:archivers/zstd
|
||||
RUN_DEPENDS= ${BUILD_AND_RUN_DEPENDS}
|
||||
|
||||
USES= cmake compiler:c++17-lang desktop-file-utils \
|
||||
gettext-runtime gnome iconv jpeg shebangfix ssl
|
||||
|
|
Loading…
Add table
Reference in a new issue