summaryrefslogtreecommitdiff
path: root/java/jmp
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-06-25 04:43:48 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-06-25 04:43:48 +0000
commit2c5c22247c04c8f46683858a3626696285390f18 (patch)
treeb6656fab8b7a4a37444d23766dd2abccc79493d8 /java/jmp
parent. Update to 0.42. [1] (diff)
. 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)
Notes
Notes: svn path=/head/; revision=112191
Diffstat (limited to 'java/jmp')
-rw-r--r--java/jmp/Makefile7
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