Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 13:53:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378655 - head/audio/adplay
Message-ID:  <201502081353.t18DrQAW080421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Feb  8 13:53:25 2015
New Revision: 378655
URL: https://svnweb.freebsd.org/changeset/ports/378655
QAT: https://qat.redports.org/buildarchive/r378655/

Log:
  Use better syntax for option helper
  
  Reported by:	danfe

Modified:
  head/audio/adplay/Makefile

Modified: head/audio/adplay/Makefile
==============================================================================
--- head/audio/adplay/Makefile	Sun Feb  8 13:33:52 2015	(r378654)
+++ head/audio/adplay/Makefile	Sun Feb  8 13:53:25 2015	(r378655)
@@ -34,7 +34,7 @@ PLIST_FILES=	bin/adplay %%DATADIR%%/adpl
 
 OPTIONS_DEFINE=	SDL
 SDL_CONFIGURE_OFF=	--disable-output-sdl
-SDL_USE=	SDL=sdl SDL=mixer
+SDL_USE=	SDL=sdl,mixer
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502081353.t18DrQAW080421>