diff options
author | Steve Price <steve@FreeBSD.org> | 1999-02-03 23:31:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-02-03 23:31:07 +0000 |
commit | d09a4b869141d276297950ec9d2c37c847f0f75d (patch) | |
tree | 06e08f4a2ff9eb20810d396a6a286307564c68bc /net/scotty | |
parent | 1139f3fa1e88878dd8abc3380ccea9ff4863aa11 (diff) | |
download | ports-d09a4b869141d276297950ec9d2c37c847f0f75d.tar.gz ports-d09a4b869141d276297950ec9d2c37c847f0f75d.zip |
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.
Notes
Notes:
svn path=/head/; revision=16526
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index c151b210c9d1..9889c96b21e1 100644 --- a/net/scotty/Makefile +++ b/net/scotty/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 |