diff options
author | phk <phk@FreeBSD.org> | 1997-03-05 06:34:40 +0800 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1997-03-05 06:34:40 +0800 |
commit | bd079095e3306e8565ac3de1a86187e89f0332bf (patch) | |
tree | e5f3b7bd5cdfc5154c79c49a3ab73556d2412a20 /net/scotty/Makefile | |
parent | f3d5469bf35a0901f5753b04a9e3d858ad389a2a (diff) | |
download | freebsd-ports-gnome-bd079095e3306e8565ac3de1a86187e89f0332bf.tar.gz freebsd-ports-gnome-bd079095e3306e8565ac3de1a86187e89f0332bf.tar.zst freebsd-ports-gnome-bd079095e3306e8565ac3de1a86187e89f0332bf.zip |
Boldly venture into the realm of ports, abduct an old friend of mine
and patch it up a bit. Yes indeed, phk is back in the tcl+snmp arena.
Update to 2.1.5, add the ability to probe several communities with
the IP-discover function.
Diffstat (limited to 'net/scotty/Makefile')
-rw-r--r-- | net/scotty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index b0cd00a812e3..29d91ef9bdf9 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -3,14 +3,14 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.14 1996/12/01 01:23:15 obrien Exp $ +# $Id: Makefile,v 1.15 1996/12/03 03:27:44 asami Exp $ # -DISTNAME= scotty-2.1.3 +DISTNAME= scotty-2.1.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ -MAINTAINER= gena@netvision.net.il +MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 |