Skip to content

Commit

Permalink
Updated FreeBSD dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Jan 31, 2025
1 parent f97275c commit 1376f5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion freebsd/hipercontracer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ USES= cmake \
desktop-file-utils \
python \
shared-mime-info \
shebangfix \
ssl \
tar:xz
USE_LDCONFIG= yes

Expand Down Expand Up @@ -73,7 +75,8 @@ IMPPGSQL_MAKE_BOOL= ENABLE_BACKEND_POSTGRESQL
IMPPGSQL_LIB_DEPENDS= libpqxx.so:databases/postgresql-libpqxx

IMPMONGO_CMAKE_BOOL= ENABLE_BACKEND_MONGODB
IMPMONGO_LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver
IMPMONGO_LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver \
libbson-1.0.so:devel/libbson

ICONS_CMAKE_BOOL= WITH_ICONS
ICONS_BUILD_DEPENDS= gm:graphics/GraphicsMagick \
Expand Down

0 comments on commit 1376f5b

Please sign in to comment.