diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /net/scotty3 | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index bb31ba598f61..1b24aa63aa23 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/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 |