aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/Makefile1
-rw-r--r--lang/gcc42-withgcjawt/Makefile4
-rw-r--r--lang/gcc42-withgcjawt/pkg-descr7
3 files changed, 7 insertions, 5 deletions
diff --git a/lang/Makefile b/lang/Makefile
index cb0f6ab4f3a2..dea0c0efa238 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -83,6 +83,7 @@
SUBDIR += gcc41
SUBDIR += gcc41-withgcjawt
SUBDIR += gcc42
+ SUBDIR += gcc42-withgcjawt
SUBDIR += gcl
SUBDIR += gdc
SUBDIR += gforth
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile
index 3906a4a0bcc9..58736f53d460 100644
--- a/lang/gcc42-withgcjawt/Makefile
+++ b/lang/gcc42-withgcjawt/Makefile
@@ -10,14 +10,14 @@ PKGNAMESUFFIX= -withgcjawt
MAINTAINER= maho@FreeBSD.org
-MASTERDIR= ${.CURDIR}/../../lang/gcc41
+MASTERDIR= ${.CURDIR}/../../lang/gcc42
DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
.if defined (WITHOUT_JAVA)
-BROKEN= "Does not build gcj"
+BROKEN= Does not build gcj
.endif
#weird libtool issue http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28442
diff --git a/lang/gcc42-withgcjawt/pkg-descr b/lang/gcc42-withgcjawt/pkg-descr
index 54f8a1261a3f..248d2faf569a 100644
--- a/lang/gcc42-withgcjawt/pkg-descr
+++ b/lang/gcc42-withgcjawt/pkg-descr
@@ -1,6 +1,7 @@
-GCC, the GNU Compiler Collection includes C, C++, Java with AWT.
+GCC, the GNU Compiler Collection includes C, C++, Java with AWT peer for
+gtk.
-This port installs the various front ends as gcc41, g++41, gcj41,
-like master port, *AND* installs gcj+AWT as well.
+This port installs the various front ends as gcc42, g++42, gcj42,
+like master port, *AND* installs gcj+AWT peer for gtk as well.
WWW: http://gcc.gnu.org/