summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-09-19 14:10:00 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-09-19 14:10:00 +0000
commit6f5e9129c5cd0c2e7aa965c6e98d4cd39a483510 (patch)
tree0cba2bbf5dabf1ca8529b9cc42bc13ab01777227 /java
parentFix build with ancient version of perl (5.005). (diff)
Fix compilation with WITHOUT_X11.
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
Notes
Notes: svn path=/head/; revision=89068
Diffstat (limited to 'java')
-rw-r--r--java/jmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile
index c34322e57020..9c7a56698760 100644
--- a/java/jmp/Makefile
+++ b/java/jmp/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext
CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include"
.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