diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-03-04 22:34:40 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-03-04 22:34:40 +0000 |
commit | 3d4709fbb27b3225352cfe0b81c96b645f9b0450 (patch) | |
tree | 1496d49866005b3ee0dd4ba5714d3aa984b49787 /net/scotty3/Makefile | |
parent | Update from 1.1.7+patches to 1.1.8. This fixes a number of unresolved (diff) |
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.
Notes
Notes:
svn path=/head/; revision=5843
Diffstat (limited to 'net/scotty3/Makefile')
-rw-r--r-- | net/scotty3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index b0cd00a812e3..29d91ef9bdf9 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/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 |