diff options
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index df2be8df8b70..6e43f2662b61 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 9.9.0 -PORTREVISION= 1 +PORTVERSION= 10.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ @@ -53,6 +52,7 @@ QT5_DESC= Build and install GUI application (Qt 5) QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=buildtools_build,concurrent,core,gui,network,quick,widgets QT5_CONFIGURE_ENABLE= qt +QT5_BUILD_DEPENDS= qmake:devel/qt5-qmake MANTRANS_DESC= Build and install manpage translations MANTRANS_BUILD_DEPENDS= po4a:textproc/po4a |