diff options
author | nork <nork@FreeBSD.org> | 2004-08-22 09:08:22 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-08-22 09:08:22 +0000 |
commit | 8a3bd33b8a09c079101e057fc7688ca03014c97a (patch) | |
tree | 39052f5dee23f176aaefc69523e5baa1f243f86e /java | |
parent | b74157e4b00a09cfbaeb94b69962a0b163aa104c (diff) | |
download | FreeBSD-ports-8a3bd33b8a09c079101e057fc7688ca03014c97a.zip FreeBSD-ports-8a3bd33b8a09c079101e057fc7688ca03014c97a.tar.gz |
Fix typo.
Pointy hat to: myself
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-cdt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index 6950f56..6a8a2fb 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/eclipse/plugins/org.eclipse.swt.${ECLIPSE_WS}_3.0.0/ws NO_WRKSUBDIR= yes NO_BUILD= yes USE_ZIP= yes -USE_JAVA= ywa +USE_JAVA= yes JAVA_VERSION= 1.4+ ECLIPSE_ARCH=x86 |