git: c3014c1a3e2e - main - net/librest1: unbreak build in clean env by add dependency on gettext-tools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Sep 2025 19:55:49 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c3014c1a3e2e5f97efa77dd3a41f05708a17c1b5
commit c3014c1a3e2e5f97efa77dd3a41f05708a17c1b5
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-09-05 19:50:56 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-09-05 19:50:56 +0000
net/librest1: unbreak build in clean env by add dependency on gettext-tools
---
net/librest1/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \