diff options
author | vs <vs@FreeBSD.org> | 2005-11-14 22:51:26 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-14 22:51:26 +0800 |
commit | 4df1fd92cd8f3c2a036a17c040700a424aef9e2a (patch) | |
tree | 707f4fb5488fe8a277517801895e79239e9000a1 /java | |
parent | 10f34f80c5b5d897013b9ffec4d1022fea312e8a (diff) | |
download | freebsd-ports-gnome-4df1fd92cd8f3c2a036a17c040700a424aef9e2a.tar.gz freebsd-ports-gnome-4df1fd92cd8f3c2a036a17c040700a424aef9e2a.tar.zst freebsd-ports-gnome-4df1fd92cd8f3c2a036a17c040700a424aef9e2a.zip |
- Update to 0.48
- USE_BISON
PR: ports/88550
Submitted by: maintainer
Diffstat (limited to 'java')
-rw-r--r-- | java/jmp/Makefile | 6 | ||||
-rw-r--r-- | java/jmp/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile index 26da3ee445c7..6024d390d59e 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -6,16 +6,13 @@ # PORTNAME= jmp -PORTVERSION= 0.47 -PORTREVISION= 1 +PORTVERSION= 0.48 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ MAINTAINER= ronald@cs.vu.nl COMMENT= Java Memory Profiler -BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison - OPTIONS= X11 "Enable X11 support" on OPTIONS+= DEBUG "Enable extra debug output" off OPTIONS+= OPTIMIZED_CFLAGS "Compile with -O3" off @@ -23,6 +20,7 @@ OPTIONS+= OPTIMIZED_CFLAGS "Compile with -O3" off CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" \ --with-libintl-prefix="${LOCALBASE}" +USE_BISON= yes USE_GETTEXT= yes .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --enable-noui diff --git a/java/jmp/distinfo b/java/jmp/distinfo index 08bd6f4d0eb0..2ad146806c34 100644 --- a/java/jmp/distinfo +++ b/java/jmp/distinfo @@ -1,2 +1,2 @@ -MD5 (jmp-0.47.tar.gz) = 59e551fa8f6ae8fc4be9e98b01cd1863 -SIZE (jmp-0.47.tar.gz) = 481327 +MD5 (jmp-0.48.tar.gz) = b51d3417373b7cec6f002a1103b4b89a +SIZE (jmp-0.48.tar.gz) = 492074 |