Fix wrong mailproxy-specific (imap/pop3/smtp) configure keys.

By default all mailproxy options are off.
Do not bump PORTREVISION.

Problem found by:	Rakhesh Sasidharan aka rakhesh at rakhesh dot com
This commit is contained in:
Sergey A. Osokin 2008-01-22 07:38:32 +00:00
parent 9d568ec2e0
commit de66908920
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206013

View file

@ -126,13 +126,13 @@ PLIST_SUB+= WWWDATA="@comment "
.if defined(WITH_MAIL_MODULE)
CONFIGURE_ARGS+=--with-mail
.if defined(WITHOUT_MAIL_IMAP_MODULE)
CONFIGURE_ARGS+=--without-mail_proxy_imap_module
CONFIGURE_ARGS+=--without-mail_imap_module
.endif
.if defined(WITHOUT_MAIL_POP3_MODULE)
CONFIGURE_ARGS+=--without-mail_proxy_pop3_module
CONFIGURE_ARGS+=--without-mail_pop3_module
.endif
.if defined(WITHOUT_MAIL_SMTP_MODULE)
CONFIGURE_ARGS+=--without-mail_proxy_smtp_module
CONFIGURE_ARGS+=--without-mail_smtp_module
.endif
.if defined(WITH_MAIL_SSL_MODULE)
NGINX_OPENSSL= yes