diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /net/scotty | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index bb31ba598f61..1b24aa63aa23 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -7,16 +7,16 @@ # DISTNAME= scotty-2.1.9 -CATEGORIES= net tk80 +CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= phk@freebsd.org -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ - --with-tk-config=/usr/local/lib/tk8.0 +CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.2 \ + --with-tk-config=/usr/local/lib/tk8.2 WRKSRC=${WRKDIR}/${DISTNAME}/unix |