diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-18 14:42:01 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-18 14:42:01 +0000 |
commit | 02b4c2b973537dd9c5402c45c7997d6a8537c9b9 (patch) | |
tree | 5f77cf92997d718c9aa5ef34299f96cc8d088e68 /lang/Makefile | |
parent | e0728d8bc86f950b19b01f816897f7fcec9420a3 (diff) | |
download | ports-02b4c2b973537dd9c5402c45c7997d6a8537c9b9.tar.gz ports-02b4c2b973537dd9c5402c45c7997d6a8537c9b9.zip |
Add port of libstdc++ documentation for the version shipping with
gcc 3.4.x versions. Supersedes lang/stldoc.
Note: Versioning convention must be explicit in port name as different
versions of this library exist.
Notes
Notes:
svn path=/head/; revision=205781
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c8d42607b428..9946fb942ef8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -135,6 +135,7 @@ SUBDIR += lafontaine SUBDIR += libjit SUBDIR += librep + SUBDIR += libstdc++_stldoc_3.4.0 SUBDIR += libutils SUBDIR += linux-j SUBDIR += linux-libg2c |