diff options
-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 |