aboutsummaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2009-08-06 12:23:01 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2009-08-06 12:23:01 +0000
commit8f712d32fc89da1d48e1b5c18b86a718d3c3fde4 (patch)
tree83fdba8f8110f476b304c01119eb4a0aafb5eee6 /mail/procmail
parented463ca1c750f1c83db6f0068d0c5cec5b556d3b (diff)
downloadports-8f712d32fc89da1d48e1b5c18b86a718d3c3fde4.tar.gz
ports-8f712d32fc89da1d48e1b5c18b86a718d3c3fde4.zip
Notes
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index bd368782d98e..43b178026e1e 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -35,7 +35,9 @@ MAKE_JOBS_UNSAFE= yes
# It asks for list of directories to do test for file locking
# (defaults to /tmp and ".", so return should suffice in most cases).
-.if !defined(BATCH) # handled in patch-aa
+.if defined(BATCH) # handled in patch-aa
+MAKE_ARGS+= -DBATCH
+.else
IS_INTERACTIVE= yes
.endif