diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-28 19:02:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-28 19:02:40 +0000 |
commit | b11760cfbbb874fe64bd3b65496db9ef87259718 (patch) | |
tree | b4e3a55fe39c7cda057e3a2842e154ca90d630f0 /mail/cyrus-imapd24 | |
parent | d4a02595924d12c4cf5fabe20b06b01fdb31bbb1 (diff) | |
download | pkgsrc-b11760cfbbb874fe64bd3b65496db9ef87259718.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'mail/cyrus-imapd24')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 38ffc5eaa4c..6491a649431 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/05/09 07:40:03 adam Exp $ +# $NetBSD: Makefile,v 1.30 2013/05/28 19:02:40 joerg Exp $ DISTNAME= cyrus-imapd-2.4.17 PKGREVISION= 4 @@ -12,6 +12,8 @@ HOMEPAGE= http://www.cyrusimap.org/ COMMENT= Cyrus IMAP server #LICENSE= original-bsd # like license +MAKE_JOBS_SAFE=no + USE_TOOLS+= perl:run makedepend USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |