diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1997-08-27 23:01:53 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1997-08-27 23:01:53 +0000 |
commit | b73f9d2aa7bdef7266952d51e56fc7cb20a2cc50 (patch) | |
tree | f850e77bddfcb68c249665d9574bfc68283b583a /net/scotty3 | |
parent | ee0ee013affab189195cbaab598414e0d72b10ee (diff) | |
download | ports-b73f9d2aa7bdef7266952d51e56fc7cb20a2cc50.tar.gz ports-b73f9d2aa7bdef7266952d51e56fc7cb20a2cc50.zip |
Notes
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index a54ec73ccabf..e627a53baf59 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -3,20 +3,20 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.19 1997/08/05 01:10:59 gpalmer Exp $ +# $Id: Makefile,v 1.20 1997/08/05 01:26:35 gpalmer Exp $ # DISTNAME= scotty-2.1.6 -CATEGORIES= net tk41 +CATEGORIES= net tk80 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= phk@freebsd.org -LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=/usr/libdata/tcl \ - --with-tk-config=/usr/local/lib +CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ + --with-tk-config=/usr/local/lib/tk8.0 WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 |