diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-09-05 14:29:35 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-09-05 14:29:35 +0000 |
commit | aa90f6a30112a46a232fdc9d9916271f0605abc7 (patch) | |
tree | 333a49cdf48d09ad85c6382aab96b4a9db56c6a4 /java/jmp/Makefile | |
parent | 4c9de967c06bb4b7ac437034d3396d5eada8ac31 (diff) | |
download | ports-aa90f6a30112a46a232fdc9d9916271f0605abc7.tar.gz ports-aa90f6a30112a46a232fdc9d9916271f0605abc7.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]
Notes
Notes:
svn path=/head/; revision=88597
Diffstat (limited to 'java/jmp/Makefile')
-rw-r--r-- | java/jmp/Makefile | 7 |
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} |