diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 07:32:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 07:32:36 +0000 |
commit | 79cee04bec9d8eb41595105a0b411918c7984ad9 (patch) | |
tree | e70f93e28daf424324f3dafdf2b6fba1d1c46e01 /comms | |
parent | 6294e6933b8c60e0b46ca4bf09ef0c87e6c49663 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 93edca3d3ada..8af7130bee2d 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -14,7 +14,7 @@ COMMENT= Handle external logins, send and receive faxes LICENSE= GPLv2 USE_CSTD= gnu89 -USES= perl5 +USES= makeinfo perl5 SUB_FILES= pkg-message mgettycfg WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |