diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 15:13:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 15:13:45 +0800 |
commit | fd2c163eaee4d90cb1c0a17c92aa8692717c2218 (patch) | |
tree | 30443d71116591732ffe28b652ec72aec009554d /x11-toolkits | |
parent | d2163677cf0a76cb0dd1c5809eab97c0ad27826d (diff) | |
download | marcuscom-ports-fd2c163eaee4d90cb1c0a17c92aa8692717c2218.tar marcuscom-ports-fd2c163eaee4d90cb1c0a17c92aa8692717c2218.tar.gz marcuscom-ports-fd2c163eaee4d90cb1c0a17c92aa8692717c2218.tar.bz2 marcuscom-ports-fd2c163eaee4d90cb1c0a17c92aa8692717c2218.tar.lz marcuscom-ports-fd2c163eaee4d90cb1c0a17c92aa8692717c2218.tar.xz marcuscom-ports-fd2c163eaee4d90cb1c0a17c92aa8692717c2218.tar.zst marcuscom-ports-fd2c163eaee4d90cb1c0a17c92aa8692717c2218.zip |
Convert to the new Java 2.0 ports infrastructure.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2246 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgtk-java/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/libgtk-java/Makefile b/x11-toolkits/libgtk-java/Makefile index 16f8299ad..62490b2ec 100644 --- a/x11-toolkits/libgtk-java/Makefile +++ b/x11-toolkits/libgtk-java/Makefile @@ -19,7 +19,9 @@ USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_JAVA= 1.2+ +USE_JAVA= yes +JAVA_VERSION= 1.2+ +JAVA_OS= native USE_GNOME= gnomehack gtk20 CONFIGURE_ARGS= --without-gcj-compile \ --with-java-prefix=${JAVA_HOME} |