diff options
author | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
commit | 85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 (patch) | |
tree | 9444ec7f98d0f2faaf4734217466e921e7d27034 /misc | |
parent | c12598153f1706af748413173a0b3dc1a5e4fed7 (diff) | |
download | freebsd-ports-graphics-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.gz freebsd-ports-graphics-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.zst freebsd-ports-graphics-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.zip |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ewipe/Makefile | 2 | ||||
-rw-r--r-- | misc/fcalc/Makefile | 2 | ||||
-rw-r--r-- | misc/tkregexp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 |