From 71672f85b0bdb497ffd396fab5bf642f92399d98 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Thu, 11 Feb 2021 23:22:11 +0000 Subject: [PATCH] misc/gnu-watch: Fix build with NLS knob turned off Approved by: ehaupt (maintainer) Differential Revision: https://reviews.freebsd.org/D28597 --- misc/gnu-watch/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index a0437221bacb..c1a1590a82d5 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -12,11 +12,10 @@ COMMENT= GNU watch command LICENSE= GPLv2 -USES= autoreconf gmake libtool localbase:ldflags ncurses pkgconfig \ - tar:xz +USES= autoreconf gettext-tools gmake libtool localbase:ldflags \ + ncurses pkgconfig tar:xz USE_CSTD= gnu99 USE_GITLAB= yes -GL_SITE= https://gitlab.com GL_ACCOUNT= procps-ng GL_PROJECT= procps GL_COMMIT= 19a508ea121c0c4ac6d0224575a036de745eaaf8