diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 00:21:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 00:21:53 +0800 |
commit | 68195f0feb5a86e9fe5f0406a5788c35bb6aa171 (patch) | |
tree | 877bea04f4208a63e7d9943360571c4a62cfe8a9 /mail/spfval | |
parent | 2595477714133bbb05b8fbc5bf7f61f735b384a1 (diff) | |
download | freebsd-ports-gnome-68195f0feb5a86e9fe5f0406a5788c35bb6aa171.tar.gz freebsd-ports-gnome-68195f0feb5a86e9fe5f0406a5788c35bb6aa171.tar.zst freebsd-ports-gnome-68195f0feb5a86e9fe5f0406a5788c35bb6aa171.zip |
Mark MAKE_JOBS_UNSAFE
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 |