diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-05 03:37:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-05 03:37:44 +0000 |
commit | 611871b0ba3fea90798d05171361c74cf60f7029 (patch) | |
tree | 45adf976aba6e2cb0cf6508848f4398f9339822b /lang/sun-jre13 | |
parent | d96e892d594cad538860b357924838b8592881f3 (diff) | |
download | pkgsrc-611871b0ba3fea90798d05171361c74cf60f7029.tar.gz |
Mark these as having interactive fetch stages.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index eb252db4a61..32b35e68d45 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2003/01/29 11:10:24 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2003/02/05 03:37:44 jlam Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang @@ -17,6 +17,8 @@ NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +INTERACTIVE_STAGE= fetch + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" |