diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-26 16:21:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-26 16:21:53 +0000 |
commit | 0ca14ee46baf400fdc60cb1c5a167a4cfbd7aaf0 (patch) | |
tree | 463a7f9a10c88811d0074fbc952a8e2a5711fe25 /mail/spfval | |
parent | 3a44dc65c5ee73104885087d6b7bba78aceb27da (diff) | |
download | ports-0ca14ee46baf400fdc60cb1c5a167a4cfbd7aaf0.tar.gz ports-0ca14ee46baf400fdc60cb1c5a167a4cfbd7aaf0.zip |
Mark MAKE_JOBS_UNSAFE
Notes
Notes:
svn path=/head/; revision=231076
Diffstat (limited to 'mail/spfval')
-rw-r--r-- | mail/spfval/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/spfval/Makefile b/mail/spfval/Makefile index 890a297e7801..56c97e425d2d 100644 --- a/mail/spfval/Makefile +++ b/mail/spfval/Makefile @@ -15,6 +15,7 @@ COMMENT= A SPF validator USE_BZIP2= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/spfval |