diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang14/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl-wrapper/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index a94778ac80e2..2c5c4290b9d2 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -45,7 +45,7 @@ SCRIPT_ENV+= PATH=${PATH}:${JAVA_HOME}/bin .endif .if !defined(WITHOUT_X11) -USE_TK= yes +USE_TK_RUN= yes .endif .include <bsd.port.pre.mk> diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index a94778ac80e2..2c5c4290b9d2 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -45,7 +45,7 @@ SCRIPT_ENV+= PATH=${PATH}:${JAVA_HOME}/bin .endif .if !defined(WITHOUT_X11) -USE_TK= yes +USE_TK_RUN= yes .endif .include <bsd.port.pre.mk> diff --git a/lang/tcl-wrapper/Makefile b/lang/tcl-wrapper/Makefile index 5254e1e0648e..8488115995cf 100644 --- a/lang/tcl-wrapper/Makefile +++ b/lang/tcl-wrapper/Makefile @@ -33,9 +33,9 @@ TX_SHELL= wish TX_PORT= tk TX_PORT_U= Tk TX_CAT= x11-toolkits -USE_TK= yes +USE_TK_RUN= yes .else -USE_TCL= yes +USE_TCL_RUN= yes .endif TX_CONF= ${TX_SHELL}.conf |