Skip to content

Commit

Permalink
devel/root: Fix build/run depends in Makefile
Browse files Browse the repository at this point in the history
Turn bash and nlohmann-json into run-time dependencies,
as well as build-time dependencies.

PR:		274696
MFH:		2023Q4
  • Loading branch information
Erik Jensen authored and clausecker committed Oct 27, 2023
1 parent c30635f commit a19d675
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions devel/root/Makefile
Expand Up @@ -11,8 +11,9 @@ WWW= https://root.cern/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LGPL2_1.txt

BUILD_DEPENDS= bash:shells/bash \
nlohmann-json>=3:devel/nlohmann-json
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 \
Expand All @@ -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
Expand Down

0 comments on commit a19d675

Please sign in to comment.