diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-04 23:03:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-04 23:03:34 +0800 |
commit | c5c209313c56efa6297cc184399236477589da4a (patch) | |
tree | 8c6b96469656b15202fc958f4d7c241bd5cd53ad /audio | |
parent | c42a7276a1c7d0b1e9c518d347cd61d13e327e82 (diff) | |
download | freebsd-ports-gnome-c5c209313c56efa6297cc184399236477589da4a.tar.gz freebsd-ports-gnome-c5c209313c56efa6297cc184399236477589da4a.tar.zst freebsd-ports-gnome-c5c209313c56efa6297cc184399236477589da4a.zip |
Switch to wxGTK 3.0
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 9a63012f2cb0..34ddba59f7ac 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg USES= tar:xz gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils USE_GNOME= intltool -USE_WX= 2.8+ +USE_WX= 3.0 WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes |