diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-04-21 18:19:40 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-04-21 18:19:40 +0000 |
commit | 53bf0668cf53b00dfe7b4737d35ba4a35ec10b35 (patch) | |
tree | 85d004428922975ae83506e7210f9e63f91e79b5 /audio | |
parent | 7d6aa1c78e859c7c9147de95a902744decb69cfb (diff) | |
download | ports-53bf0668cf53b00dfe7b4737d35ba4a35ec10b35.tar.gz ports-53bf0668cf53b00dfe7b4737d35ba4a35ec10b35.zip |
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
Notes
Notes:
svn path=/head/; revision=316189
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundkonverter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/soundkonverter/Makefile b/audio/soundkonverter/Makefile index 0472a1f37cc9..04e91e715c6e 100644 --- a/audio/soundkonverter/Makefile +++ b/audio/soundkonverter/Makefile @@ -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 \ |