summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-02-14 00:03:13 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-02-14 00:03:13 +0000
commit2a10c1e848e092a69baf34905acf6a1795ee9d05 (patch)
tree2d701dc73a3df7185d281e2b1b23d0ea93469dd4 /java
parent1. Update to 1.2. (diff)
. Add OPTIONS.
PR: 62712 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=100886
Diffstat (limited to 'java')
-rw-r--r--java/jmp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile
index bcf6a639fbe6..58be76f50f9d 100644
--- a/java/jmp/Makefile
+++ b/java/jmp/Makefile
@@ -16,11 +16,14 @@ 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
+
CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include"
USE_GETTEXT= yes
.if defined(WITHOUT_X11)
-CONFIGURE_ARGS+=--enable-noui
+CONFIGURE_ARGS+= --enable-noui
.else
USE_XLIB= yes
LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20