diff options
author | agc <agc> | 2002-07-02 11:30:43 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-02 11:30:43 +0000 |
commit | 2a06c33a24df254041a52a216e43eb4d2a944965 (patch) | |
tree | 842b39bc2dbccadab60d3f9c266657f78995ca27 /chat | |
parent | 6cadd78ba2e9e3fc917d8638e8f042fb8fb5997f (diff) | |
download | pkgsrc-2a06c33a24df254041a52a216e43eb4d2a944965.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package with an interactive installation stage
Diffstat (limited to 'chat')
-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: |