diff options
author | obache <obache> | 2007-11-21 05:27:49 +0000 |
---|---|---|
committer | obache <obache> | 2007-11-21 05:27:49 +0000 |
commit | c8b62e037dcd3cfa29027ee474428e1666203136 (patch) | |
tree | 41db58fa3e85f6822abc28e502a0dc7657efb781 /mail | |
parent | 5a02b1013b23f55959feed666775c81fc556ca16 (diff) | |
download | pkgsrc-c8b62e037dcd3cfa29027ee474428e1666203136.tar.gz |
Need perl to build for generating man pages.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index ec4fc57657b..6d0db1edea6 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2007/07/04 20:54:41 jlam Exp $ +# $NetBSD: Makefile,v 1.73 2007/11/21 05:27:49 obache Exp $ DISTNAME= cyrus-imapd-2.2.13 PKGREVISION= 4 @@ -10,6 +10,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://cyrusimap.web.cmu.edu/imapd/ COMMENT= Cyrus IMAP server +USE_TOOLS+= perl USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes PERL5_CONFIGURE= no |