diff options
author | agc <agc@pkgsrc.org> | 2002-07-02 11:42:39 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-02 11:42:39 +0000 |
commit | 8d557d681ec1a02f52c85566130ae5f0376e97ed (patch) | |
tree | 779f13a166edf89e662134db5bfed1963d7b1007 /www/openacs/Makefile | |
parent | c47d2d7c0b1f1e8f4d72ad5f07a1b796d3483275 (diff) | |
download | pkgsrc-8d557d681ec1a02f52c85566130ae5f0376e97ed.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package as using an interactive fetch stage
Diffstat (limited to 'www/openacs/Makefile')
-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 |