summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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