diff options
author | agc <agc@pkgsrc.org> | 2002-07-02 11:30:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-02 11:30:43 +0000 |
commit | 176bea38deb107c12fbb2672313e84e6c646b810 (patch) | |
tree | 842b39bc2dbccadab60d3f9c266657f78995ca27 /chat/zircon | |
parent | 30bf0f60bb870d1bf48ff136d3853e26664fc0f0 (diff) | |
download | pkgsrc-176bea38deb107c12fbb2672313e84e6c646b810.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package with an interactive installation stage
Diffstat (limited to 'chat/zircon')
-rw-r--r-- | chat/zircon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile index a2d04e4c081..f286fed5bd1 100644 --- a/chat/zircon/Makefile +++ b/chat/zircon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/05 19:51:13 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/02 11:30:43 agc Exp $ # DISTNAME= zircon-1.18.245 @@ -11,7 +11,7 @@ COMMENT= X11 interface to Internet Relay Chat DEPENDS+= tk>=8.3.2:../../x11/tk -IS_INTERACTIVE= yes +INTERACTIVE_STAGE= install NO_BUILD= yes post-patch: |