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.
This commit is contained in:
parent
de07a91c9c
commit
48ba7a8a47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482032
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue