diff options
author | jkh <jkh@FreeBSD.org> | 2000-10-28 21:56:53 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-10-28 21:56:53 +0000 |
commit | 8f0aae70477bdb2bbc9ff58e11c250305b79b364 (patch) | |
tree | 728d87fb2613294e6ae701f243ab0fee54b47626 | |
parent | 38f08157a8831ec945f29e4c84031c5627ff4428 (diff) | |
download | FreeBSD-ports-8f0aae70477bdb2bbc9ff58e11c250305b79b364.zip FreeBSD-ports-8f0aae70477bdb2bbc9ff58e11c250305b79b364.tar.gz |
This port is interactive, mark it so.
Reminded by: nbm
-rw-r--r-- | net/cvsupit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile index 9377704..da9b11a 100644 --- a/net/cvsupit/Makefile +++ b/net/cvsupit/Makefile @@ -12,6 +12,8 @@ DISTFILES= #empty MAINTAINER= jkh@FreeBSD.org +IS_INTERACTIVE= 'Must configure cvsup server information' + RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin .if (BATCH) |