diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-14 09:07:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-14 09:07:16 +0000 |
commit | 064c8be56cea9f26e3c3c3e6a18af8515c0fea6f (patch) | |
tree | 6957e43833be78b2802b88cdd741887a696eab9e /irc | |
parent | 0a1e206bd2ba8dab62b6a60157d4ee27f83da3b5 (diff) | |
download | freebsd-ports-064c8be56cea9f26e3c3c3e6a18af8515c0fea6f.zip |
- Restore the correct USE_TK value range, was inadvertently changed in my
previous commit due to testing
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index 9d799967ff97..a5852aa266bf 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/} MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk IRC client for the X Window System -USE_TK= 84 +USE_TK= 84+ USE_XORG= xt GNU_CONFIGURE= yes |