diff options
author | gahr <gahr@FreeBSD.org> | 2013-05-14 17:07:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-05-14 17:07:16 +0800 |
commit | ea19973adbb17d50df365fd0ee5bb7ebf525c1f9 (patch) | |
tree | 6957e43833be78b2802b88cdd741887a696eab9e /irc | |
parent | 2c239f1248c9bd7072d56033ec9c7bda70e65c6f (diff) | |
download | freebsd-ports-graphics-ea19973adbb17d50df365fd0ee5bb7ebf525c1f9.tar.gz freebsd-ports-graphics-ea19973adbb17d50df365fd0ee5bb7ebf525c1f9.tar.zst freebsd-ports-graphics-ea19973adbb17d50df365fd0ee5bb7ebf525c1f9.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 9d799967ff9..a5852aa266b 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 |