diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-09-05 22:50:56 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-09-05 22:50:56 +0300 |
commit | c3014c1a3e2e5f97efa77dd3a41f05708a17c1b5 (patch) | |
tree | de1cfc042864c04ee400ff04c2b3fb068458258d | |
parent | x11-wm/metacity: update to 3.57.1 (diff) |
net/librest1: unbreak build in clean env by add dependency on gettext-tools
-rw-r--r-- | net/librest1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/librest1/Makefile b/net/librest1/Makefile index c6885e15b66e..c8bddb4c4703 100644 --- a/net/librest1/Makefile +++ b/net/librest1/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ PORTSCOUT= limitw:1,even -USES= gnome localbase meson pkgconfig python tar:xz +USES= gettext-tools gnome localbase meson pkgconfig python tar:xz USE_GNOME= glib20 introspection:build libadwaita libxml2 USE_LDCONFIG= yes MESON_ARGS= -Dca_certificates=true \ |