diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2009-08-06 12:23:01 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2009-08-06 12:23:01 +0000 |
commit | 8f712d32fc89da1d48e1b5c18b86a718d3c3fde4 (patch) | |
tree | 83fdba8f8110f476b304c01119eb4a0aafb5eee6 /mail/procmail | |
parent | ed463ca1c750f1c83db6f0068d0c5cec5b556d3b (diff) | |
download | ports-8f712d32fc89da1d48e1b5c18b86a718d3c3fde4.tar.gz ports-8f712d32fc89da1d48e1b5c18b86a718d3c3fde4.zip |
Notes
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 4 |
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 |