svn commit: r524481 - head/editors/pluma

Antoine Brodin antoine at FreeBSD.org
Tue Jan 28 13:34:32 UTC 2020


Author: antoine
Date: Tue Jan 28 13:34:31 2020
New Revision: 524481
URL: https://svnweb.freebsd.org/changeset/ports/524481

Log:
  Add explicit USES=gettext-tools
  
  Reported by:	pkg-fallout

Modified:
  head/editors/pluma/Makefile

Modified: head/editors/pluma/Makefile
==============================================================================
--- head/editors/pluma/Makefile	Tue Jan 28 13:20:52 2020	(r524480)
+++ head/editors/pluma/Makefile	Tue Jan 28 13:34:31 2020	(r524481)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.
 
 PORTSCOUT=	limitw:1,even
 
-USES=		compiler:c11 desktop-file-utils gmake gnome libtool localbase \
+USES=		compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \
 		pathfix pkgconfig python:3.3+ shebangfix tar:xz xorg
 USE_XORG=	ice sm x11
 USE_GNOME=	cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview3 \


More information about the svn-ports-head mailing list