diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-08-18 01:39:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-08-18 01:39:13 +0000 |
commit | 056b8df933e7c0d83d614383fb47419ea48f852b (patch) | |
tree | c9f6e3d0fdea164d0628fd03948d1567bb77bc7b /lang/gcc42-withgcjawt | |
parent | 6d15871f7d257fd1ae8cb9093355d4c6b497efb9 (diff) | |
download | ports-056b8df933e7c0d83d614383fb47419ea48f852b.tar.gz ports-056b8df933e7c0d83d614383fb47419ea48f852b.zip |
Notes
Diffstat (limited to 'lang/gcc42-withgcjawt')
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc42-withgcjawt/pkg-descr | 7 |
2 files changed, 6 insertions, 5 deletions
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/ |