The release notes say handbrake moved to python3 with release 1.3.

I was able to build and run handbrake on amd64.

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/handbrake/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- Makefile    23 Feb 2021 19:39:30 -0000      1.10
+++ Makefile    7 Mar 2021 01:39:38 -0000
@@ -4,6 +4,7 @@ V =             1.3.3
 COMMENT =      open source video transcoder
 DISTNAME =     HandBrake-${V}-source
 PKGNAME =      handbrake-${V}
+REVISION =     0
 EXTRACT_SUFX = .tar.bz2
 CATEGORIES =   multimedia x11
 
@@ -32,7 +33,6 @@ MASTER_SITES =        https://github.com/HandBr
 COMPILER =     base-clang ports-gcc
 
 MODULES =      lang/python
-MODPY_VERSION =        ${MODPY_DEFAULT_VERSION_2}
 MODPY_RUNDEP = No
 
 BUILD_DEPENDS =        devel/autoconf/${AUTOCONF_VERSION} \


Reply via email to