diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-19 14:21:42 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-19 14:21:42 +0000 |
commit | ade02cfb85d0aa2f383bf48151b46b82c1abe975 (patch) | |
tree | 0caf5578e87267863ea53806b414c7ca170f787b /irc | |
parent | - Correct typo (diff) |
- Convert USE_TCL to USES=tcl
Diffstat (limited to 'irc')
-rw-r--r-- | irc/roxirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/roxirc/Makefile b/irc/roxirc/Makefile index 885a0a19a1ef..ee91946ac379 100644 --- a/irc/roxirc/Makefile +++ b/irc/roxirc/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://roxirc.lighter.net/download/ MAINTAINER= tcltk@FreeBSD.org COMMENT= A tcl/tk irc client -USE_TK= yes +USES+= tk:run NO_BUILD= yes post-patch: |