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:
parent
d2574bf793
commit
2a10c1e848
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100886
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user