diff options
author | archie <archie@FreeBSD.org> | 2005-11-28 00:42:25 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2005-11-28 00:42:25 +0800 |
commit | a5bb9403e333a9b30d86269401566710c306da59 (patch) | |
tree | 662633d816dffcf96ba1c2fe1943196bd49d5e8d /java/classpath/Makefile | |
parent | df1607b117f83a8d8c685bb1f72bfd06de4f6303 (diff) | |
download | freebsd-ports-gnome-a5bb9403e333a9b30d86269401566710c306da59.tar.gz freebsd-ports-gnome-a5bb9403e333a9b30d86269401566710c306da59.tar.zst freebsd-ports-gnome-a5bb9403e333a9b30d86269401566710c306da59.zip |
Upgrade to 0.19; disable evolving graphical stuff for now.
Diffstat (limited to 'java/classpath/Makefile')
-rw-r--r-- | java/classpath/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index c86eb663df46..104a2b5e4503 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -7,7 +7,7 @@ # PORTNAME= classpath -PORTVERSION= 0.17 +PORTVERSION= 0.19 PORTREVISION= 1 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_GNU} @@ -19,11 +19,12 @@ COMMENT= A GNU project to create a free Java class library BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip USE_AUTOTOOLS= libtool:15 -USE_GNOME= gtk20 libartlgpl2 pkgconfig +#USE_GNOME= gtk20 libartlgpl2 pkgconfig USE_JAVA= yes USE_JIKES= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-jni --with-jikes +#CONFIGURE_ARGS= --enable-jni --with-jikes +CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer USE_GMAKE= yes INFO= hacking vmintegration |