diff options
author | markd <markd@pkgsrc.org> | 2006-10-21 20:25:21 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-21 20:25:21 +0000 |
commit | 278e980021f4837571f8da493cdb1f51f089d670 (patch) | |
tree | 7b18a8cfc0bc8ec6f5f3f5fa784c14e19c29f71e /parallel | |
parent | 54e280f9a0fa83e4559175859edcf2578606ab44 (diff) | |
download | pkgsrc-278e980021f4837571f8da493cdb1f51f089d670.tar.gz |
Note that the fetch stage is interactive.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/sge/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parallel/sge/Makefile b/parallel/sge/Makefile index f49bb0c8d30..8af6eaff0e1 100644 --- a/parallel/sge/Makefile +++ b/parallel/sge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/19 11:51:27 markd Exp $ +# $NetBSD: Makefile,v 1.21 2006/10/21 20:25:21 markd Exp $ # PKGNAME= sge-6.0.8 @@ -12,6 +12,8 @@ HOMEPAGE= http://gridengine.sunsource.net/ COMMENT= Sun Grid Engine distributed resource management system DOWNLOAD= http://gridengine.sunsource.net/servlets/ProjectDocumentList +INTERACTIVE_STAGE= fetch + BUILD_DEPENDS+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh GNU_CONFIGURE= YES |