summaryrefslogtreecommitdiff
path: root/multimedia/handbrake/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-10 19:26:38 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-10 19:26:38 +0000
commit6d8b323ab090ee089aba09dd01f19e558a5802bf (patch)
treec08ab05cbdf6d76f0a52b7669d4b086614aa4610 /multimedia/handbrake/Makefile
parentFinish stage conversion (diff)
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
Notes
Notes: svn path=/head/; revision=364561
Diffstat (limited to 'multimedia/handbrake/Makefile')
-rw-r--r--multimedia/handbrake/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index f27cc33335e2..9dc2920a605e 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -28,8 +28,7 @@ COMMENT= Versatile DVD ripper and video transcoder
LICENSE= GPLv2
-BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \
- yasm:${PORTSDIR}/devel/yasm
+BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm
LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libfribidi.so:${PORTSDIR}/converters/fribidi \
@@ -47,7 +46,7 @@ LIB_DEPENDS+= libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss
.endif
GNU_CONFIGURE= yes
-USES= gmake iconv libtool pkgconfig
+USES= gmake iconv libtool:build pkgconfig
USE_AUTOTOOLS= autoconf:env automake:env
USE_PYTHON_BUILD= yes