diff options
author | Boris Popov <bp@FreeBSD.org> | 1999-12-10 11:58:41 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 1999-12-10 11:58:41 +0000 |
commit | fdc59b5c767a3e1166c60dd2852a32e59b83ce37 (patch) | |
tree | 99519fe0a99cf61063dc167436362b1524b4058a /net/ncplib | |
parent | b856d783c19cbdd4369924cea9df2e71db78fedc (diff) | |
download | ports-fdc59b5c767a3e1166c60dd2852a32e59b83ce37.tar.gz ports-fdc59b5c767a3e1166c60dd2852a32e59b83ce37.zip |
Put back IS_INTERACTIVE variable.
Notes
Notes:
svn path=/head/; revision=23724
Diffstat (limited to 'net/ncplib')
-rw-r--r-- | net/ncplib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ncplib/Makefile b/net/ncplib/Makefile index cbe53fcea764..a09c84adfb61 100644 --- a/net/ncplib/Makefile +++ b/net/ncplib/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Dec 1999 # Whom: Boris Popov <bp@butya.kz> # -# $Id$ +# $FreeBSD$ # DISTNAME= ncplib-1.3.4 @@ -18,6 +18,7 @@ BROKEN= requires kernel source .endif NO_PACKAGE= is interactive +IS_INTERACTIVE= true MANCOMPRESSED= yes |