diff options
author | asami <asami@FreeBSD.org> | 1998-03-04 08:28:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-04 08:28:21 +0000 |
commit | 137bf25ba78a1e9fdd164686246c4ce421e37469 (patch) | |
tree | 884cbfa3bea57b4f72869dd273e4a4aa3773ee34 /net/scotty3/Makefile | |
parent | 1c0c2cbd5cda8148eab794e9eda35777f9fabfb0 (diff) | |
download | FreeBSD-ports-137bf25ba78a1e9fdd164686246c4ce421e37469.zip FreeBSD-ports-137bf25ba78a1e9fdd164686246c4ce421e37469.tar.gz |
Unbreak this port.
Submitted by: phk (two typos fixed by committer)
Diffstat (limited to 'net/scotty3/Makefile')
-rw-r--r-- | net/scotty3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 8a7f30d..d9a938a 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.23 1998/02/16 11:53:08 asami Exp $ +# $Id: Makefile,v 1.24 1998/02/18 01:10:40 asami Exp $ # DISTNAME= scotty-2.1.8 @@ -14,7 +14,6 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 -BROKEN= 'files/md5 and pkg/PLIST (at least) need to be updated too' GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ --with-tk-config=/usr/local/lib/tk8.0 |