diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:25:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:25:58 +0800 |
commit | 342b92b4815bc0002a33acd101403cd9892b2586 (patch) | |
tree | 481e8062836fefa41b321ed2e75634df9416c2f4 /net/nocol | |
parent | 3d7aac0818e30819eb37232804a3a3ef7dfaa093 (diff) | |
download | freebsd-ports-gnome-342b92b4815bc0002a33acd101403cd9892b2586.tar.gz freebsd-ports-gnome-342b92b4815bc0002a33acd101403cd9892b2586.tar.zst freebsd-ports-gnome-342b92b4815bc0002a33acd101403cd9892b2586.zip |
Set IS_INTERACTIVE for this port.
Diffstat (limited to 'net/nocol')
-rw-r--r-- | net/nocol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 52b44e01df33..b0a53246c5c7 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Nov 1998 # Whom: bradh # -# $Id: Makefile,v 1.1.1.1 1998/11/23 00:35:43 flathill Exp $ +# $Id: Makefile,v 1.2 1998/11/23 00:43:40 flathill Exp $ # DISTNAME= nocol-4.2.2beta1 @@ -20,6 +20,7 @@ MAN8= etherload.8 eventselect.8 genmon.8 multiping.8 noclogd.8 \ nocol-overview.8 nocol-utility.8 nsmon.8 ntpmon.8 pingmon.8 \ portmon.8 tpmon.8 trapmon.8 +IS_INTERACTIVE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= Configure |