aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2020-05-16 19:19:29 +0000
committerThomas Zander <riggs@FreeBSD.org>2020-05-16 19:19:29 +0000
commite31edea29c0de5b96d21de72888deeb2a3d6bc81 (patch)
tree8cd3b2f26e277d7d38d18ae24a0e4adcefb1f7f5 /multimedia
parent5e82d3bbcfd1fb07f4e2080b12b73860c3f23e43 (diff)
downloadports-e31edea29c0de5b96d21de72888deeb2a3d6bc81.tar.gz
ports-e31edea29c0de5b96d21de72888deeb2a3d6bc81.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common
index a69d3264c576..6adda8df6592 100644
--- a/multimedia/mplayer/Makefile.common
+++ b/multimedia/mplayer/Makefile.common
@@ -17,6 +17,9 @@ LIB_DEPENDS= libpng.so:graphics/png \
libavcodec.so:multimedia/ffmpeg \
libfreetype.so:print/freetype2
+BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}}
+BUILD_DEPENDS_i386= as:devel/binutils
+
USES= compiler:c11 gmake iconv ncurses tar:xz
NOPRECIOUSMAKEVARS= yes # ARCH
HAS_CONFIGURE= yes