summaryrefslogtreecommitdiff
path: root/java/jmp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /java/jmp
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff)
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'java/jmp')
-rw-r--r--java/jmp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile
index 621d648c7910..d9f87bcbf982 100644
--- a/java/jmp/Makefile
+++ b/java/jmp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jmp
PORTVERSION= 0.38
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://www.khelekore.org/jmp/
@@ -14,10 +15,10 @@ MAINTAINER= ronald@cs.vu.nl
COMMENT= Java Memory Profiler
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
-LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old
CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include"
+USE_GETTEXT= yes
.if defined(WITHOUT_X11)
CONFIGURE_ARGS+=--enable-noui
.else