diff options
author | bp <bp@FreeBSD.org> | 1999-12-10 19:58:41 +0800 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 1999-12-10 19:58:41 +0800 |
commit | 8b7e39627576dcbd104b07c50f6652803ac676de (patch) | |
tree | ebd5f81073bc08888df19b78947ab38b83c398bc /net/ncplib/Makefile | |
parent | 619a6cc402db1110b8e8260354f9014095c310f8 (diff) | |
download | freebsd-ports-gnome-8b7e39627576dcbd104b07c50f6652803ac676de.tar.gz freebsd-ports-gnome-8b7e39627576dcbd104b07c50f6652803ac676de.tar.zst freebsd-ports-gnome-8b7e39627576dcbd104b07c50f6652803ac676de.zip |
Put back IS_INTERACTIVE variable.
Diffstat (limited to 'net/ncplib/Makefile')
-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 |