diff options
author | glewis <glewis@FreeBSD.org> | 2004-06-25 12:43:48 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-06-25 12:43:48 +0800 |
commit | a1be64483955706351e52ba307b73e37c4be4e5c (patch) | |
tree | e32a4c58f2535e45d8bfdf85c2562b4ef6f8ad30 /java | |
parent | 0e91e26064847e7a8c16da76aeb933189331ad6a (diff) | |
download | freebsd-ports-gnome-a1be64483955706351e52ba307b73e37c4be4e5c.tar.gz freebsd-ports-gnome-a1be64483955706351e52ba307b73e37c4be4e5c.tar.zst freebsd-ports-gnome-a1be64483955706351e52ba307b73e37c4be4e5c.zip |
. Use bsd.java.mk 2.0 settings (ensures this port gets a native JDK, which
it needs).
. Use libtool 1.5 rather than 1.3
PR: 66965
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Diffstat (limited to 'java')
-rw-r--r-- | java/jmp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile index 9ee99919294c..4bb6875b79fe 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -32,9 +32,12 @@ LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 CFLAGS+= -DJMPDEBUG -g .endif -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GMAKE= yes -USE_JAVA= 1.2+ +USE_JAVA= yes +JAVA_VERSION= 1.2+ +JAVA_OS= native +JAVA_BUILD= jdk NEED_JAVAC= yes USE_JIKES= no |