diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-18 01:10:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-18 01:10:40 +0000 |
commit | 6b7bcebd1a11f078693d998b2163aa75c9ace0b1 (patch) | |
tree | 9cdf774c3fdcd1fa762bb576805e85d5557bf207 /net/scotty3 | |
parent | c1e4e572e4a7b73441f7a6829cbd0fef78b4fa08 (diff) | |
download | ports-6b7bcebd1a11f078693d998b2163aa75c9ace0b1.tar.gz ports-6b7bcebd1a11f078693d998b2163aa75c9ace0b1.zip |
Notes
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 700bec93e72b..8a7f30de1f92 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.22 1998/02/12 22:50:36 phk Exp $ +# $Id: Makefile,v 1.23 1998/02/16 11:53:08 asami Exp $ # DISTNAME= scotty-2.1.8 @@ -14,7 +14,7 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 -BROKEN= files/md5 and pkg/PLIST (at least) need to be updated too +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 |