summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2018-11-10 13:11:13 +0000
committerThomas Zander <riggs@FreeBSD.org>2018-11-10 13:11:13 +0000
commitd4288be0cbc3f2edf98d794be3fc54f560314603 (patch)
tree58e180f282ae4e6168fa9022c42c1c76b3509cca
parentMFH: r483535 (diff)
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)
-rw-r--r--multimedia/vlc3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc3/Makefile b/multimedia/vlc3/Makefile
index 14afbeaac0a6..1692613dc389 100644
--- a/multimedia/vlc3/Makefile
+++ b/multimedia/vlc3/Makefile
@@ -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