diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-14 12:54:05 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-14 12:54:05 +0000 |
commit | 7c4ad890f146735408daddd43d967605e3a98f73 (patch) | |
tree | ee7b049e7e827b4ae8670ca3d0f9b8b287b76fdd | |
parent | 84c9f84870cc58f49e9ef2e9280d9927bb8c7c62 (diff) | |
download | ports-7c4ad890f146735408daddd43d967605e3a98f73.tar.gz ports-7c4ad890f146735408daddd43d967605e3a98f73.zip |
Notes
-rw-r--r-- | irc/zircon/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index e4bce4f008e3..2d7ea2d34928 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,17 +3,18 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.13 1997/04/20 13:19:39 wosch Exp $ +# $Id: Makefile,v 1.14 1997/07/14 12:50:14 jkh Exp $ # DISTNAME= zircon-1.18.31 CATEGORIES= net tk41 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ -IS_INTERACTIVE= yes -NO_BUILD= yes MAINTAINER= ports@FreeBSD.org +IS_INTERACTIVE= yes +NO_BUILD= yes + # You can define USE_DPWISH if you want to run under the older # tcl7.3/tk3.6/tclDP code. The author strongly reccomends using # tcl7.5/tk4.1 instead, and the tclDP wont be supported for long. |