svn commit: r492171 - head/audio/mp3blaster

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 4 21:50:51 UTC 2019


Author: amdmi3
Date: Mon Feb  4 21:50:50 2019
New Revision: 492171
URL: https://svnweb.freebsd.org/changeset/ports/492171

Log:
  - Convert USE_SDL=yes to USE_SDL=sdl
  
  Approved by:	portmgr blanket

Modified:
  head/audio/mp3blaster/Makefile

Modified: head/audio/mp3blaster/Makefile
==============================================================================
--- head/audio/mp3blaster/Makefile	Mon Feb  4 21:44:58 2019	(r492170)
+++ head/audio/mp3blaster/Makefile	Mon Feb  4 21:50:50 2019	(r492171)
@@ -32,7 +32,7 @@ VORBIS_LIB_DEPENDS=		libvorbisfile.so:audio/libvorbis
 VORBIS_CONFIGURE_WITH=		oggvorbis
 
 SDL_CONFIGURE_WITH=	sdl
-SDL_USE=		SDL=yes
+SDL_USE=		SDL=sdl
 
 NAS_CONFIGURE_WITH=	nas
 NAS_LIB_DEPENDS=	libaudio.so:audio/nas


More information about the svn-ports-all mailing list