diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 10:19:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 10:19:29 +0000 |
commit | 5f55875f8c4739e5dca8d1f74552781a63c042f9 (patch) | |
tree | 0eeae11f2da885f289faada8c31d9bca3a17db1b /audio | |
parent | 10116f43624d93d0967d8b835d4be8546dadda8d (diff) | |
download | freebsd-ports-5f55875f8c4739e5dca8d1f74552781a63c042f9.zip |
Use wx 3.0
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sooperlooper/Makefile | 5 |
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 |