Date: Sun, 14 Oct 2018 07:27:40 +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: r482032 - head/net-mgmt/virt-viewer Message-ID: <201810140727.w9E7Re0l029489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Oct 14 07:27:39 2018 New Revision: 482032 URL: https://svnweb.freebsd.org/changeset/ports/482032 Log: net-mgmt/virt-viewer: fix build with NLS disabled Even when NLS is disabled, gettext-tools is still required, so add it to USES and bump PORTREVISION. Modified: head/net-mgmt/virt-viewer/Makefile Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Sun Oct 14 07:25:36 2018 (r482031) +++ head/net-mgmt/virt-viewer/Makefile Sun Oct 14 07:27:39 2018 (r482032) @@ -3,6 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 7.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -26,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share CONFIGURE_ARGS= --with-spice-gtk USES= autoreconf libtool desktop-file-utils gmake pkgconfig \ - shared-mime-info cpe + shared-mime-info cpe gettext-tools USE_GNOME= gtk30 INSTALLS_ICONS= yes CPE_VENDOR= redhat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810140727.w9E7Re0l029489>