diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
commit | 1727182e5d2f80a6075c8866a50222205844f161 (patch) | |
tree | 577b09eeae346e5ff08999e6b5c40c95539bd57f /multimedia/handbrake/Makefile | |
parent | 306e66af5d83697a761205698232bca9aa68ef19 (diff) | |
download | ports-1727182e5d2f80a6075c8866a50222205844f161.tar.gz ports-1727182e5d2f80a6075c8866a50222205844f161.zip |
Notes
Diffstat (limited to 'multimedia/handbrake/Makefile')
-rw-r--r-- | multimedia/handbrake/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 2c8adbffef7b..15a97f501891 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -46,9 +46,8 @@ LIB_DEPENDS+= libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss .endif GNU_CONFIGURE= yes -USES= gmake iconv libtool:build pkgconfig +USES= gmake iconv libtool:build pkgconfig python:build USE_AUTOTOOLS= autoconf:env automake:env -USE_PYTHON_BUILD= yes WRKSRC= ${WRKDIR}/HandBrake-${PORTVERSION} PLIST_FILES= bin/HandBrakeCLI |