From 85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 2 Apr 2007 22:56:15 +0000 Subject: - Convert existing ports to a new bsd.tcl.mk order PR: ports/109097 Submitted by: Martin Matuska Tested on: pointyhat exp-run --- lang/erlang/Makefile | 2 +- lang/erlang14/Makefile | 2 +- lang/tcl-wrapper/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') 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 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 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 -- cgit