diff options
author | crees <crees@FreeBSD.org> | 2013-03-10 06:04:08 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-03-10 06:04:08 +0800 |
commit | ccd6fa612f6f60ae521a6f2394259c1007b4e974 (patch) | |
tree | bfa89a145d2cbb52271a03872dc837e1b15d4502 /Mk/bsd.options.desc.mk | |
parent | d69d8eec2eb5ac530ff92c361a6eef0a24112f24 (diff) | |
download | freebsd-ports-gnome-ccd6fa612f6f60ae521a6f2394259c1007b4e974.tar.gz freebsd-ports-gnome-ccd6fa612f6f60ae521a6f2394259c1007b4e974.tar.zst freebsd-ports-gnome-ccd6fa612f6f60ae521a6f2394259c1007b4e974.zip |
Do not escape quotes or apostrophes; this shows up in make config
Submitted by: bapt
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 0e18aadaf1e4..9ab934f49d94 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -23,7 +23,7 @@ AMR_NB_DESC?= AMR Narrow Band audio (opencore) AMR_WB_DESC?= AMR Wide Band audio (opencore) AO_DESC?= libao audio library APACHE_DESC?= Apache server -APE_DESC?= Monkey\'s Audio lossless format +APE_DESC?= Monkey's Audio lossless format ARCHIVE_DESC?= bzip2/zip/iso9660 archive ARTS_DESC?= aRts audio system ASM_DESC?= Use optimized assembly code |