aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl2_mixer
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-03-10 00:17:26 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-03-10 00:17:26 +0000
commit82865e1e1d0e08dfb6d3fe0accd059e289418212 (patch)
treee3fbd0dd316e5b5f6db62a7f0884e7b16a0da0fa /audio/sdl2_mixer
parent2cb1dfe78050372ce6a753e8305056584b8f7f8e (diff)
downloadports-82865e1e1d0e08dfb6d3fe0accd059e289418212.tar.gz
ports-82865e1e1d0e08dfb6d3fe0accd059e289418212.zip
audio/sdl{,2}_mixer: fix VORBIS=on logic after r410689
PR: 202689 Reported by: antoine
Notes
Notes: svn path=/head/; revision=410736
Diffstat (limited to 'audio/sdl2_mixer')
-rw-r--r--audio/sdl2_mixer/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile
index 61a168a66aa0..443d8edcc245 100644
--- a/audio/sdl2_mixer/Makefile
+++ b/audio/sdl2_mixer/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sdl2_mixer
PORTVERSION= 2.0.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
DISTNAME= SDL2_mixer-${PORTVERSION}
@@ -54,7 +54,9 @@ VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
VORBIS_CONFIGURE_ENABLE= music-ogg
TREMOR_LIB_DEPENDS= libvorbisidec.so:${PORTSDIR}/audio/libtremor
-TREMOR_CONFIGURE_ENABLE= music-ogg music-ogg-tremor
+TREMOR_CONFIGURE_ON= --enable-music-ogg
+# TREMOR_CONFIGURE_OFF is handled by VORBIS=off
+TREMOR_CONFIGURE_ENABLE= music-ogg-tremor
post-patch:
@${REINPLACE_CMD} -e 's|\($$(prefix)/libdata/pkgconfig\)|$$(DESTDIR)\1|' \