diff options
author | swills <swills@FreeBSD.org> | 2012-07-16 08:12:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-07-16 08:12:45 +0800 |
commit | a3163c5af067b53757687171db9b54f9fe5951f2 (patch) | |
tree | 0b9f9f51baa8bdfac0a563b5ac96c8f702140386 | |
parent | 64fc62206408870bfea58df8d126763d851582d1 (diff) | |
download | freebsd-ports-gnome-a3163c5af067b53757687171db9b54f9fe5951f2.tar.gz freebsd-ports-gnome-a3163c5af067b53757687171db9b54f9fe5951f2.tar.zst freebsd-ports-gnome-a3163c5af067b53757687171db9b54f9fe5951f2.zip |
- Mark MAKE_JOBS_UNSAFE
PR: ports/169583
Approved by: maintainer timeout (anders, >2 weeks)
-rw-r--r-- | mail/imap-uw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index cdfc6c9cc364..349424f2be76 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} SUB_FILES= pkg-message +MAKE_JOBS_UNSAFE= yes + MAN1= dmail.1 mailutil.1 tmail.1 MAN8= ipopd.8 imapd.8 |