aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2011-02-02 03:26:10 +0000
committerSahil Tandon <sahil@FreeBSD.org>2011-02-02 03:26:10 +0000
commitbd666e699624bcf5965979316378e315b117ca6d (patch)
tree5a528507d411c605a4b5f41a5d9138a857b5246d /mail
parent003b405e81fecf8b6c8056a74aab4aab71f85f09 (diff)
downloadports-bd666e699624bcf5965979316378e315b117ca6d.tar.gz
ports-bd666e699624bcf5965979316378e315b117ca6d.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile6
-rw-r--r--mail/postfix28/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index fb701b90e19e..b25ca5f3529e 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -25,6 +25,10 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-79].* postfix-base-2.[0-79].* \
postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
sendmail+*-8.* smail-3.* zmailer-2.*
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+IS_INTERACTIVE= yes
+.endif
+
MAKE_JOBS_SAFE= yes
USE_SUBMAKE= yes
USE_PERL5_BUILD=yes
@@ -50,7 +54,7 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \
TLS "Enable SSL and TLS support" ${STATUS_TLS} \
BDB "Berkeley DB (choose version with WITH_BDB_VER)" ${STATUS_BDB} \
MYSQL "MySQL maps (choose version with WITH_MYSQL_VER)" ${STATUS_MySQL} \
- PGSQL "PostgreSQL maps (choose with DEFAULT_PGSQL_VER)" ${STATUS_PgSQL} \
+ PGSQL "PostgreSQL maps (pick ver. with DEFAULT_PGSQL_VER)" ${STATUS_PgSQL} \
SQLITE "SQLite maps" off \
OPENLDAP "OpenLDAP maps (choose ver. with WITH_OPENLDAP_VER)" ${STATUS_OpenLDAP} \
LDAP_SASL "Enable OpenLDAP client-to-server auth via SASL" off \
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index fb701b90e19e..b25ca5f3529e 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -25,6 +25,10 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-79].* postfix-base-2.[0-79].* \
postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
sendmail+*-8.* smail-3.* zmailer-2.*
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+IS_INTERACTIVE= yes
+.endif
+
MAKE_JOBS_SAFE= yes
USE_SUBMAKE= yes
USE_PERL5_BUILD=yes
@@ -50,7 +54,7 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \
TLS "Enable SSL and TLS support" ${STATUS_TLS} \
BDB "Berkeley DB (choose version with WITH_BDB_VER)" ${STATUS_BDB} \
MYSQL "MySQL maps (choose version with WITH_MYSQL_VER)" ${STATUS_MySQL} \
- PGSQL "PostgreSQL maps (choose with DEFAULT_PGSQL_VER)" ${STATUS_PgSQL} \
+ PGSQL "PostgreSQL maps (pick ver. with DEFAULT_PGSQL_VER)" ${STATUS_PgSQL} \
SQLITE "SQLite maps" off \
OPENLDAP "OpenLDAP maps (choose ver. with WITH_OPENLDAP_VER)" ${STATUS_OpenLDAP} \
LDAP_SASL "Enable OpenLDAP client-to-server auth via SASL" off \