diff options
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 |