mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
1 changed files with 4 additions and 1 deletions
|
@ -16,11 +16,14 @@ COMMENT= Java Memory Profiler
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
|
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"
|
CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include"
|
||||||
|
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
.if defined(WITHOUT_X11)
|
.if defined(WITHOUT_X11)
|
||||||
CONFIGURE_ARGS+=--enable-noui
|
CONFIGURE_ARGS+= --enable-noui
|
||||||
.else
|
.else
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
|
LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
|
||||||
|
|
Loading…
Add table
Reference in a new issue