aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-18 10:19:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-18 10:19:29 +0000
commit5f55875f8c4739e5dca8d1f74552781a63c042f9 (patch)
tree0eeae11f2da885f289faada8c31d9bca3a17db1b /audio
parent10116f43624d93d0967d8b835d4be8546dadda8d (diff)
downloadports-5f55875f8c4739e5dca8d1f74552781a63c042f9.tar.gz
ports-5f55875f8c4739e5dca8d1f74552781a63c042f9.zip
Use wx 3.0
Notes
Notes: svn path=/head/; revision=417057
Diffstat (limited to 'audio')
-rw-r--r--audio/sooperlooper/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/sooperlooper/Makefile b/audio/sooperlooper/Makefile
index e802d603ccca..d1712617c083 100644
--- a/audio/sooperlooper/Makefile
+++ b/audio/sooperlooper/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sooperlooper
PORTVERSION= 1.7.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://essej.net/sooperlooper/
@@ -38,14 +38,13 @@ OPTIONS_SUB= yes
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CONFIGURE_ENV_OFF= ac_cv_header_alsa_asoundlib_h=no
-WXGTK_USE= WX=2.8
+WXGTK_USE= WX=3.0
WXGTK_CONFIGURE_ON= --with-wxconfig-path=${WX_CONFIG}
WXGTK_CONFIGURE_OFF= --without-gui
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWXGTK}
-WX_UNICODE= yes
DESKTOP_ENTRIES="SooperLooper" "" "${DATADIR}/sl_logo.xpm" "slgui" \
"AudioVideo;Audio;Player;GTK;" ""
.endif