diff options
author | agc <agc@pkgsrc.org> | 2002-04-09 09:06:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-09 09:06:22 +0000 |
commit | 2d2a9340663e98dd54fd7ad047ec216d70fc8f73 (patch) | |
tree | 64f8835c41964eb40b045371ef8dc7354d17dc1a | |
parent | 0a4cf7d320d7e51563b599d6cb6fbdf53b7b143a (diff) | |
download | pkgsrc-2d2a9340663e98dd54fd7ad047ec216d70fc8f73.tar.gz |
Since the distfile apparently needs to be downloaded interactively, mark
this package as interactive.
-rw-r--r-- | www/openacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile index c2b3c9d486a..1f0c29b9051 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:52 fredb Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/09 09:06:22 agc Exp $ # DISTNAME= openacs-3.2.5 @@ -18,6 +18,8 @@ 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 + NO_CONFIGURE= # set NO_BUILD= # set |