diff options
author | obache <obache@pkgsrc.org> | 2010-05-22 12:05:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-22 12:05:10 +0000 |
commit | d12ba189c3d1e4bdb0461896c30ce19274386871 (patch) | |
tree | da69cdc7f480970b36425eee9d5f819f37dd4c36 /mail/cyrus-imapd23 | |
parent | b261c99142872d7794262a98f1845296bfc91165 (diff) | |
download | pkgsrc-d12ba189c3d1e4bdb0461896c30ce19274386871.tar.gz |
Use makedepend before build for MAKE_JOBS_SAFE.
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index d98ee7cee7b..2a753cd01c4 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/05/17 03:03:28 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/05/22 12:05:10 obache Exp $ DISTNAME= cyrus-imapd-2.3.16 CATEGORIES= mail @@ -14,7 +14,7 @@ COMMENT= Cyrus IMAP server PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl +USE_TOOLS+= perl makedepend USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes PERL5_CONFIGURE= no @@ -79,6 +79,10 @@ PERL5_PACKLIST= \ auto/Cyrus/IMAP/.packlist \ auto/Cyrus/SIEVE/managesieve/.packlist +pre-build: + ${RUN}${_ULIMIT_CMD} \ + cd ${WRKSRC} && ${BUILD_MAKE_CMD} depend + .include "../../lang/perl5/module.mk" BUILDLINK_API_DEPENDS.cyrus-sasl+= cyrus-sasl>=2.1.17 .include "../../security/cyrus-sasl/buildlink3.mk" |