diff options
-rw-r--r-- | audio/abcde/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 1d38a2fe15ed..0f25e3523e21 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -32,7 +32,7 @@ OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT GOGO FLAC MPP NORMALIZE REPLAYGAIN SPEEX EJECT_DESC?= Enable auto-eject support NORMALIZE_DESC?= Enable normalize support -REPLAYGAIN_DESC?= Enable (vorbis|mp3)gain support +REPLAYGAIN_DESC?= "Enable (vorbis|mp3)gain support" .include <bsd.port.options.mk> |