svn commit: r340105 - head/audio/sdl_mixer

Marcus von Appen mva at FreeBSD.org
Fri Jan 17 20:45:42 UTC 2014


Author: mva
Date: Fri Jan 17 20:45:42 2014
New Revision: 340105
URL: http://svnweb.freebsd.org/changeset/ports/340105
QAT: https://qat.redports.org/buildarchive/r340105/

Log:
  - make MIKMOD option the default again, which was lost on an earlier commit
  
  PR:		ports/185723
  Submitted by:	makc@

Modified:
  head/audio/sdl_mixer/Makefile

Modified: head/audio/sdl_mixer/Makefile
==============================================================================
--- head/audio/sdl_mixer/Makefile	Fri Jan 17 20:34:33 2014	(r340104)
+++ head/audio/sdl_mixer/Makefile	Fri Jan 17 20:45:42 2014	(r340105)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_mixer
 PORTVERSION=	1.2.12
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL_mixer-${PORTVERSION}
@@ -22,7 +22,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=		SMPEG FLAC VORBIS TIMIDITYPLUS
-OPTIONS_DEFAULT=	SMPEG FLAC VORBIS
+OPTIONS_DEFAULT=	SMPEG FLAC VORBIS MIKMOD
 OPTIONS_RADIO=		MOD
 OPTIONS_RADIO_MOD=	MIKMOD MODPLUG
 


More information about the svn-ports-all mailing list