diff options
author | bms <bms@FreeBSD.org> | 2008-01-18 22:42:01 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2008-01-18 22:42:01 +0800 |
commit | 068e47c3fe290c1f6c52ad686c77299a6e9d3e47 (patch) | |
tree | 666fc6bc23885e159afa328a3bca3b439fdfbba2 /lang/Makefile | |
parent | f2912acca5a2cefe9fdd61b1a1738c78ee4f06b6 (diff) | |
download | freebsd-ports-gnome-068e47c3fe290c1f6c52ad686c77299a6e9d3e47.tar.gz freebsd-ports-gnome-068e47c3fe290c1f6c52ad686c77299a6e9d3e47.tar.zst freebsd-ports-gnome-068e47c3fe290c1f6c52ad686c77299a6e9d3e47.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.
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 |