Date: Sat, 17 Mar 2018 18:09:32 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464838 - head/deskutils/spice-gtk Message-ID: <201803171809.w2HI9W6V084737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171809.w2HI9W6V084737>