diff options
author | sbd <sbd@pkgsrc.org> | 2012-04-08 05:06:29 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-04-08 05:06:29 +0000 |
commit | 3d61fd16c5d6e87417d5a03827560c3b263e9a20 (patch) | |
tree | fec034c3862bf97f95e662d35cb293485f66fe77 /mk | |
parent | 77983f147ea137de0a9a6437a44ff61c928e469f (diff) | |
download | pkgsrc-3d61fd16c5d6e87417d5a03827560c3b263e9a20.tar.gz |
Remove the now unneeded "gcc-cpp" description and change "gcc-objcpp" to
"gcc-objc++" as plus characters are allowed in options names.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 6b2c2c29b13..560252f314d 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -161,13 +161,12 @@ ftp Enable File Transfer Protocol (FTP) support. fts Enable full-text searching. gcc-ada Build the gcc Ada frontend and libraries. gcc-c++ Build the gcc C++ frontend and libraries. -gcc-cpp Build the gcc C++ frontend and libraries. gcc-fortran Build the gcc Fortran frontend and libraries. gcc-java Build the gcc Java frontend, tools and libraries. gcc-go Build the gcc Go frontend and libraries. gcc-multilib Build libraries for multiple ABI's. gcc-objc Build the gcc Objective-C frontend and libraries. -gcc-objcpp Build the gcc Objective-C++ frontend and libraries. +gcc-objc++ Build the gcc Objective-C++ frontend and libraries. gd Use GD to render graphical output. gdal Use the GDAL library. gdb6-tui Build the tui application. |