svn commit: r316189 - head/audio/soundkonverter

David Naylor dbn at FreeBSD.org
Sun Apr 21 18:19:41 UTC 2013


Author: dbn
Date: Sun Apr 21 18:19:40 2013
New Revision: 316189
URL: http://svnweb.freebsd.org/changeset/ports/316189

Log:
  Fix options list for audio/soundkonverter.
  
  Add NLS to list of options, as required by the Porters Handbook.
  
  Approved by:	eadler,bdrewery (mentors, implicit)
  Feature safe:	yes

Modified:
  head/audio/soundkonverter/Makefile

Modified: head/audio/soundkonverter/Makefile
==============================================================================
--- head/audio/soundkonverter/Makefile	Sun Apr 21 17:52:55 2013	(r316188)
+++ head/audio/soundkonverter/Makefile	Sun Apr 21 18:19:40 2013	(r316189)
@@ -23,6 +23,7 @@ INSTALLS_ICONS=	yes
 MAKE_JOBS_SAFE=	yes
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+OPTIONS_DEFINE=	NLS
 OPTIONS_MULTI=	CODEC FILTER REPLAYGAIN
 OPTIONS_MULTI_CODEC=	AFTEN FAAC FFMPEG FLAC FLAKE FLUIDSYNTH LAME MAC MPLAYER \
 		MUSEPACK NEROAAC OPUSTOOLS SHORTEN SPEEX TIMIDITY TTA \


More information about the svn-ports-head mailing list