aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2018-01-30 23:14:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2018-01-30 23:14:32 +0000
commit9b25044c67e314e2e2adb4d96448fd78f71a6a34 (patch)
tree8317a2970f28faa54df2f5f692c8be299b8f4d25 /mail/sendmail
parentb4d7b38665939a8a45f29db3385fe4733d90f512 (diff)
downloadports-9b25044c67e314e2e2adb4d96448fd78f71a6a34.tar.gz
ports-9b25044c67e314e2e2adb4d96448fd78f71a6a34.zip
- add depedency groff
Notes
Notes: svn path=/head/; revision=460448
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 463e55daaf55..097180b25d7f 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sendmail
PORTVERSION= 8.15.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
@@ -21,7 +21,7 @@ CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-
USERS= smmsp
GROUPS= smmsp
-USES= cpe uidfix
+USES= cpe uidfix groff
MAKE_ARGS= UBINOWN=${UID} UBINGRP=${GID} \
SBINOWN=${UID} SBINGRP=${GID} \
GBINOWN=${UID} GBINGRP=${GID} \