diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-14 15:50:28 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-14 15:50:28 +0800 |
commit | 7e544d7873b4fa9fecdb7251b835f0f1623b9a37 (patch) | |
tree | bd9281c05fc909711bb21618be50ce4b543cd5a2 /comms/mgetty+sendfax | |
parent | a205a6f2fb483e5b8c25ea131eb371ccf37a0017 (diff) | |
download | freebsd-ports-gnome-7e544d7873b4fa9fecdb7251b835f0f1623b9a37.tar.gz freebsd-ports-gnome-7e544d7873b4fa9fecdb7251b835f0f1623b9a37.tar.zst freebsd-ports-gnome-7e544d7873b4fa9fecdb7251b835f0f1623b9a37.zip |
Set new IS_INTERACTIVE flag. See upcoming commit and mail to ports.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index f1988f801478..2e9ee648c99e 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -2,4 +2,6 @@ DISTNAME= mgetty-0.21 DISTFILES= mgetty021-Aug21.tar.gz MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/ MAKE_FLAGS= FAX_SPOOL=/var/spool/fax +IS_INTERACTIVE= yes + .include <bsd.port.mk> |