diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
commit | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (patch) | |
tree | 0d64327181ccf3824a6202fcaaa55bf071919c72 /net/scotty3 | |
parent | 260f894e40f28b9f4bc51dc630b4a0462962c9a1 (diff) | |
download | freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.gz freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.zst freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.zip |
tk80 has been ELFized.
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index a959515a934f..81a56f9a0cf1 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.28 1998/08/07 23:56:44 asami Exp $ +# $Id: Makefile,v 1.29 1998/08/18 19:48:42 hoek Exp $ # DISTNAME= scotty-2.1.8 @@ -12,7 +12,7 @@ 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= tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ |