aboutsummaryrefslogtreecommitdiffstats
path: root/java/jmp/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-09-05 22:29:35 +0800
committerglewis <glewis@FreeBSD.org>2003-09-05 22:29:35 +0800
commit4fe70264f317992133d5010ade77af45e14356a5 (patch)
treeaf4be8230d4406ff057c2e429260325910ce513e /java/jmp/Makefile
parent69ee14275b93148e63616a97dec1f34722486c0c (diff)
downloadfreebsd-ports-gnome-4fe70264f317992133d5010ade77af45e14356a5.tar.gz
freebsd-ports-gnome-4fe70264f317992133d5010ade77af45e14356a5.tar.zst
freebsd-ports-gnome-4fe70264f317992133d5010ade77af45e14356a5.zip
. Update from 0.33 to 0.34 [1]
. Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
Diffstat (limited to 'java/jmp/Makefile')
-rw-r--r--java/jmp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile
index dd05ea5f2086..c34322e57020 100644
--- a/java/jmp/Makefile
+++ b/java/jmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jmp
-PORTVERSION= 0.33
+PORTVERSION= 0.34
CATEGORIES= java devel
MASTER_SITES= http://www.khelekore.org/jmp/
@@ -16,6 +16,8 @@ COMMENT= Java Memory Profiler
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext
+CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include"
+
.if defined(WITHOUT_X11)
CONFIGURE_ARGS= --enable-noui
.else
@@ -29,8 +31,7 @@ CFLAGS+= -DJMPDEBUG -g
USE_LIBTOOL= yes
USE_GMAKE= yes
-#USE_JAVA= 1.2+
-USE_JAVA= 1.3
+USE_JAVA= 1.2+
NEED_JAVAC= yes
MAKE_FLAGS= JAVAC=${JAVAC} JAVAH=${JAVAH}