diff options
author | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /irc/quirc | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.zip FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.tar.gz |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'irc/quirc')
-rw-r--r-- | irc/quirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index a162f13..8ffbdb8 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -7,13 +7,13 @@ # DISTNAME= quirc-0.9.79 -CATEGORIES= irc tk80 +CATEGORIES= irc tk82 MASTER_SITES= http://www.quirc.org/ \ http://patearl.powersurfr.com/quirc/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 USE_XLIB= yes GNU_CONFIGURE= yes |