diff options
author | steve <steve@FreeBSD.org> | 1999-02-03 23:31:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-02-03 23:31:07 +0000 |
commit | 949ef83a2a126c2b0cc17270abda1f5c9476d8ff (patch) | |
tree | 35972b3e18ee249daeb9606ac17bb4f2564ad5f8 /net-mgmt/scotty3 | |
parent | 846f715e2490f6565fd2e5ab845786e9c3e46d0c (diff) | |
download | FreeBSD-ports-949ef83a2a126c2b0cc17270abda1f5c9476d8ff.zip FreeBSD-ports-949ef83a2a126c2b0cc17270abda1f5c9476d8ff.tar.gz |
Don't know why the comments at the top of the file were removed
in revision 1.31 (the commit message doesn't say) but I'm adding
them back to make portlint happy.
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index c151b21..9889c96 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -1,5 +1,9 @@ +# New ports collection makefile for: scotty +# Version required: 2.1.9 +# Date created: 18 February 1995 +# Whom: Gennady Sorokopud <gena@netvisions.net.il> # -# $Id: Makefile,v 1.34 1999/01/05 16:31:27 fenner Exp $ +# $Id: Makefile,v 1.35 1999/02/03 20:19:11 billf Exp $ # DISTNAME= scotty-2.1.9 @@ -11,7 +15,7 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ +CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ --with-tk-config=/usr/local/lib/tk8.0 |