diff options
author | gahr <gahr@FreeBSD.org> | 2013-09-19 22:21:42 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-09-19 22:21:42 +0800 |
commit | 71a9ed5f785b4ab5cc964d232dc3ec110c619f59 (patch) | |
tree | 0caf5578e87267863ea53806b414c7ca170f787b /irc/roxirc | |
parent | edd32971028d8796e8f24017a33a61ca5751d8d6 (diff) | |
download | freebsd-ports-gnome-71a9ed5f785b4ab5cc964d232dc3ec110c619f59.tar.gz freebsd-ports-gnome-71a9ed5f785b4ab5cc964d232dc3ec110c619f59.tar.zst freebsd-ports-gnome-71a9ed5f785b4ab5cc964d232dc3ec110c619f59.zip |
- Convert USE_TCL to USES=tcl
Diffstat (limited to 'irc/roxirc')
-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: |