diff options
author | pav <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
commit | 85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 (patch) | |
tree | 9444ec7f98d0f2faaf4734217466e921e7d27034 /misc/ewipe | |
parent | c12598153f1706af748413173a0b3dc1a5e4fed7 (diff) | |
download | FreeBSD-ports-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.zip FreeBSD-ports-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.gz |
- 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/ewipe')
-rw-r--r-- | misc/ewipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 5b8f0f0..fb5aaff 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 |