diff options
author | agc <agc> | 2002-07-02 11:42:39 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-02 11:42:39 +0000 |
commit | dfcd4ebb441335fd79e01bf16c8833f3adbc61c0 (patch) | |
tree | 779f13a166edf89e662134db5bfed1963d7b1007 /www | |
parent | 318d7aaed74fdc72ef37e34b9ba15bc34c88d832 (diff) | |
download | pkgsrc-dfcd4ebb441335fd79e01bf16c8833f3adbc61c0.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package as using an interactive fetch stage
Diffstat (limited to 'www')
-rw-r--r-- | www/openacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile index 1f0c29b9051..97996dc5b80 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/04/09 09:06:22 agc Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/02 11:42:39 agc Exp $ # DISTNAME= openacs-3.2.5 @@ -18,7 +18,7 @@ DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick DEPENDS+= unzip-[0-9]*:../../archivers/unzip BUILD_DEPENDS+= postgresql-client>=7.0:../../databases/postgresql-client -IS_INTERACTIVE= yes # need to download distfile interactively, apparently +INTERACTIVE_STAGE= fetch NO_CONFIGURE= # set NO_BUILD= # set |