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 --- misc/ewipe/Makefile | 2 +- misc/fcalc/Makefile | 2 +- misc/tkregexp/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 5b8f0f09b1e..fb5aaffdb40 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -19,7 +19,7 @@ COMMENT?= Tcl/tk-based presentation tool .if defined(KANJI) RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 .else -USE_TK= yes +USE_TK_RUN= yes .endif NO_BUILD= yes diff --git a/misc/fcalc/Makefile b/misc/fcalc/Makefile index 69782e84b8c..1f1ff8c71b4 100644 --- a/misc/fcalc/Makefile +++ b/misc/fcalc/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/tix8.1/Tix.tcl:${PORTSDIR}/x11-toolkits/tix NO_BUILD= yes USE_X_PREFIX= yes -USE_TK= 84 +USE_TK_RUN= 84 WRKSRC= ${WRKDIR}/${PORTNAME}-1.00 diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index f1f2243160b..40f4289dd66 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -15,7 +15,7 @@ DISTNAME= visual_regexp-${PORTVERSION} MAINTAINER= carpetsmoker@xs4all.nl COMMENT= An interactive regexp design tool -USE_TK= yes +USE_TK_RUN= yes NO_BUILD= yes PLIST_FILES= bin/tkregexp -- cgit