svn commit: r464838 - head/deskutils/spice-gtk

Roman Bogorodskiy novel at FreeBSD.org
Sat Mar 17 18:09:32 UTC 2018


Author: novel
Date: Sat Mar 17 18:09:32 2018
New Revision: 464838
URL: https://svnweb.freebsd.org/changeset/ports/464838

Log:
  deskutils/spice-gtk: fix build without NLS
  
  Even if NLS is disabled, autopoint from gettext-tools is still required,
  so add 'gettext-tools' to USES.

Modified:
  head/deskutils/spice-gtk/Makefile

Modified: head/deskutils/spice-gtk/Makefile
==============================================================================
--- head/deskutils/spice-gtk/Makefile	Sat Mar 17 17:51:52 2018	(r464837)
+++ head/deskutils/spice-gtk/Makefile	Sat Mar 17 18:09:32 2018	(r464838)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	spice-protocol>=0.12.10:devel/spice-pro
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR}
 RUN_DEPENDS=	spice-protocol>=0.12.10:devel/spice-protocol
 
-USES=		autoreconf cpe gmake jpeg libtool pkgconfig tar:bzip2 \
+USES=		autoreconf cpe gettext-tools gmake jpeg libtool pkgconfig tar:bzip2 \
 		python ssl localbase:ldflags
 USE_XORG=	x11 pixman
 USE_GNOME=	cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build


More information about the svn-ports-all mailing list