MFH: r484606

Fix build with NLS disabled

Details:
- Unconditionally depend on gettext-tools at build time since
  msgfmt is still required to create vlc.appdata.xml

PR:		232967
Reported by:	Trond.Endrestol@ximalas.info

Approved by:	ports-secteam (riggs)
This commit is contained in:
Thomas Zander 2018-11-10 13:11:13 +00:00
parent 522c5aeae0
commit d4288be0cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q4/; revision=484609

View File

@ -25,8 +25,8 @@ BUILD_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg \
yasm:devel/yasm
RUN_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg
USES= compiler:c++11-lib desktop-file-utils gmake gnome iconv libtool \
pathfix pkgconfig tar:xz
USES= compiler:c++11-lib desktop-file-utils gettext-tools gmake gnome \
iconv libtool pathfix pkgconfig tar:xz
# VLC git (post 2.2.4) requires C++11 support and passes the appropriate flag
# to the compiler. Until the port is updated, we explicitly pass -std=c++11 to