summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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