diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
commit | 7c34f4d31657f4aec01e3bac9e386cc534c15176 (patch) | |
tree | 73a0d0ca3378e8eb128ec17e7920b07ad20fda92 /mail | |
parent | 20d023f4f27962e74787423763303f2c8e5c5b1a (diff) | |
download | freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.gz freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.zst freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.zip |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xf-spf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/xf-spf/Makefile b/mail/xf-spf/Makefile index 09618ed9824f..8b696efb40e4 100644 --- a/mail/xf-spf/Makefile +++ b/mail/xf-spf/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 USES= qmail USE_BZIP2= yes USE_GCC= any +MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX} |