diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-05 20:38:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-05 20:38:40 +0800 |
commit | 48e1a95544a95b66f565d284e713cf95655a470f (patch) | |
tree | a14cdfc690368e9ad38d58047e00ba5e79dbf633 | |
parent | 5a5f05f6cc9c99e4246509117c4d0b33f402cd1a (diff) | |
download | freebsd-ports-gnome-48e1a95544a95b66f565d284e713cf95655a470f.tar.gz freebsd-ports-gnome-48e1a95544a95b66f565d284e713cf95655a470f.tar.zst freebsd-ports-gnome-48e1a95544a95b66f565d284e713cf95655a470f.zip |
Switch the gui from wxPython2.8 to 3.0, beside using some deprecated
but still working class, it works fine.
While here:
Fix shebang
-rw-r--r-- | multimedia/libkate/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index b26ffda7804c..07c770ee2958 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -3,7 +3,7 @@ PORTNAME= libkate PORTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/kate/ @@ -40,9 +40,10 @@ CONFIGURE_ARGS+= --disable-doc .if ${PORT_OPTIONS:MKATEDJ} RUN_DEPENDS= ${LOCALBASE}/bin/oggz:audio/liboggz -USES+= python -USE_WX= 2.8 -WX_COMPS= wx contrib python:lib +USES+= python shebangfix +SHEBANG_FILES= tools/KateDJ/KateDJ +USE_WX= 3.0+ +WX_COMPS= wx python:lib MANPAGE+= KateDJ.1 PLIST_SUB+= KATEDJ="" .else |