aboutsummaryrefslogtreecommitdiff
path: root/mail/popa3d-before-sendmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/popa3d-before-sendmail/Makefile')
-rw-r--r--mail/popa3d-before-sendmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile
index 36160a143b34..ac88659fdfea 100644
--- a/mail/popa3d-before-sendmail/Makefile
+++ b/mail/popa3d-before-sendmail/Makefile
@@ -12,8 +12,9 @@ MAINTAINER= dinoex@FreeBSD.org
WITH_SMTP_AFTER_POP3= yes
MASTERDIR?= ${.CURDIR}/../popa3d
-OPTIONS?= STANDALONE_POP3 "Unattended server mode" off \
- SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on
+OPTIONS?= SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on \
+ STANDALONE_POP3 "Enable standalone server mode" off \
+ SETPROCTITLE "Enable setproctitle mode" off
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"