diff options
author | agc <agc@pkgsrc.org> | 2002-08-07 09:46:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-07 09:46:43 +0000 |
commit | 355e717402fe8b3f29f959f79081ffd61cab0a22 (patch) | |
tree | 9ef853ccdeba2a1e242597c327a2cc0fb7621354 /net/nprobe | |
parent | e3a78321094fc0064e3ff83bfc16098752c3ef17 (diff) | |
download | pkgsrc-355e717402fe8b3f29f959f79081ffd61cab0a22.tar.gz |
Mark this package as using an interactive fetch stage, since it requires
user intervention to download the distfile.
Diffstat (limited to 'net/nprobe')
-rw-r--r-- | net/nprobe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile index fa17f334547..23c6dffdb31 100644 --- a/net/nprobe/Makefile +++ b/net/nprobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/07 07:00:54 cjs Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/07 09:46:43 agc Exp $ DISTNAME= nProbe-source-1.3.1 PKGNAME= nprobe-1.3.1 @@ -17,6 +17,8 @@ GNU_CONFIGURE= YES USE_GMAKE= YES ALL_TARGET= nprobe +INTERACTIVE_STAGE= fetch + # Uncomment this to make a demo version of nprobe. #CFLAGS+= -DMAX_DEMO_FLOWS=1000 -DDEMO_MODE |