diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-29 15:18:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-29 15:18:29 +0000 |
commit | 9be32927956f01f9052ec2e04e06177398adedad (patch) | |
tree | ae87e2c0aa78a67ecc40157b6ac36af41a1b1fa3 /audio/abcde | |
parent | 76f319b08f634dfd2438a49c9688e028c5d15b6b (diff) | |
download | ports-9be32927956f01f9052ec2e04e06177398adedad.tar.gz ports-9be32927956f01f9052ec2e04e06177398adedad.zip |
Fix descriptions with "()"
Reported by: sanity check
Notes
Notes:
svn path=/head/; revision=297683
Diffstat (limited to 'audio/abcde')
-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> |