diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-24 12:44:23 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-24 12:44:23 +0000 |
commit | 2f42f01b791a3d410ce406b209947bb4bc4b9a22 (patch) | |
tree | 4588a7dd1e65d72bce385e97992a7e68d6e10a95 /comms/modemd | |
parent | 179d7a29e171e392c1dd8c9274b06dc3b674f474 (diff) | |
download | pkgsrc-2f42f01b791a3d410ce406b209947bb4bc4b9a22.tar.gz |
Also needs groff
Diffstat (limited to 'comms/modemd')
-rw-r--r-- | comms/modemd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile index bd6cb0f7b71..6086c898ec0 100644 --- a/comms/modemd/Makefile +++ b/comms/modemd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/09/10 14:15:11 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2014/02/24 12:44:23 wiedi Exp $ DISTNAME= modemd-970221 PKGNAME= modemd-19970221 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.vix.com/pub/modemd/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Replacement getty for dialup ttys and a modem server -USE_TOOLS+= nroff +USE_TOOLS+= nroff groff MAKE_JOBS_SAFE= no |