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.
This commit is contained in:
parent
2dafff5e57
commit
d31366a872
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464838
@ -17,7 +17,7 @@ BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol \
|
||||
${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
|
||||
|
Loading…
Reference in New Issue
Block a user