diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-03-31 04:34:42 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-03-31 04:34:42 +0800 |
commit | af26e6de3927a2b5a870350ef7ac8036926ef9b5 (patch) | |
tree | a7eb322d9e0701a6f050f4b7b17a376b8855d16f /multimedia/audacious-plugins/Makefile | |
parent | 2fe9c6ff1cf1de4154bb1407d4ef1a26277c6e0b (diff) | |
download | freebsd-ports-graphics-af26e6de3927a2b5a870350ef7ac8036926ef9b5.tar.gz freebsd-ports-graphics-af26e6de3927a2b5a870350ef7ac8036926ef9b5.tar.zst freebsd-ports-graphics-af26e6de3927a2b5a870350ef7ac8036926ef9b5.zip |
- Update to 3.7.2
- Hide (temporarily) QT5 option, because Audacious crashes too often with
this toolkit
Diffstat (limited to 'multimedia/audacious-plugins/Makefile')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index f8ac825e5a1..48afb10b7d3 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -25,6 +24,7 @@ CONFIGURE_ARGS+=--disable-console --disable-sndio --disable-soxr OPTIONS_MULTI= TOOLKITS OPTIONS_MULTI_TOOLKITS= GTK2 QT5 +OPTIONS_EXCLUDE= QT5 OPTIONS_DEFINE= AAC ALSA AMIDI AOSD AOSDXCOMP BS2B CDDA CUE DBUS FFMPEG \ FLAC JACK LAME LIRC MP3 MMS MODPLUG MPRIS NEON NLS NOTIFY \ OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \ |