1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

. Add OPTIONS.

PR:		62712
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
This commit is contained in:
Greg Lewis 2004-02-14 00:03:13 +00:00
parent d2574bf793
commit 2a10c1e848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100886

View File

@ -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