diff options
author | makc <makc@FreeBSD.org> | 2010-03-03 04:35:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-03-03 04:35:31 +0800 |
commit | dabdfa1e11befc613951a79e3481075980a416be (patch) | |
tree | 6c629612af12f6725c5eb36a88d35aa19a8ff2f5 /multimedia/mkvtoolnix/Makefile | |
parent | d908dcaedc56c47502b9dcecfaaa6f61eb3daf8f (diff) | |
download | freebsd-ports-gnome-dabdfa1e11befc613951a79e3481075980a416be.tar.gz freebsd-ports-gnome-dabdfa1e11befc613951a79e3481075980a416be.tar.zst freebsd-ports-gnome-dabdfa1e11befc613951a79e3481075980a416be.zip |
Update to 3.2.0
PR: ports/144426
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Feature safe: yes
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 61a5474ed0a2..1f0b21af6d18 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mkvtoolnix -PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -52,7 +51,7 @@ MAKE_ENV+= V=1 .endif .ifndef(WITHOUT_WXGTK) -USE_WX= yes +USE_WX= 2.8+ WX_UNICODE= yes WX_CONF_ARGS= absolute MAN1+= mmg.1 |