svn commit: r482032 - head/net-mgmt/virt-viewer
Roman Bogorodskiy
novel at FreeBSD.org
Sun Oct 14 07:27:41 UTC 2018
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
More information about the svn-ports-all
mailing list