diff options
author | maho <maho@FreeBSD.org> | 2006-04-17 05:24:24 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-04-17 05:24:24 +0000 |
commit | cb786f3c3f9a3072775626fd21aaeef3aaee5a18 (patch) | |
tree | 883207238ffda2154ff005c0ad012912f937f816 /lang/Makefile | |
parent | 36ff330cfecf4931e554c0edcc9617575153b733 (diff) | |
download | FreeBSD-ports-cb786f3c3f9a3072775626fd21aaeef3aaee5a18.zip FreeBSD-ports-cb786f3c3f9a3072775626fd21aaeef3aaee5a18.tar.gz |
Add gcc41-withgcjawt port.
GCC, the GNU Compiler Collection includes C, C++, Java and Fortran.
This is essentially same as lang/gcc41 port but installs
AWT part of gcj as well.
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 6870a94..d6b8e66 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -76,6 +76,7 @@ SUBDIR += gcc34 SUBDIR += gcc40 SUBDIR += gcc41 + SUBDIR += gcc41-withgcjawt SUBDIR += gcc42 SUBDIR += gcl SUBDIR += gdc |