svn commit: r564983 - head/misc/gnu-watch

Joseph Mingrone jrm at FreeBSD.org
Thu Feb 11 23:22:12 UTC 2021


Author: jrm
Date: Thu Feb 11 23:22:11 2021
New Revision: 564983
URL: https://svnweb.freebsd.org/changeset/ports/564983

Log:
  misc/gnu-watch: Fix build with NLS knob turned off
  
  Approved by:	ehaupt (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D28597

Modified:
  head/misc/gnu-watch/Makefile   (contents, props changed)

Modified: head/misc/gnu-watch/Makefile
==============================================================================
--- head/misc/gnu-watch/Makefile	Thu Feb 11 23:20:57 2021	(r564982)
+++ head/misc/gnu-watch/Makefile	Thu Feb 11 23:22:11 2021	(r564983)
@@ -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


More information about the svn-ports-all mailing list