diff options
author | obache <obache@pkgsrc.org> | 2011-09-26 01:31:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-26 01:31:02 +0000 |
commit | 09603c0f77851feb9f5c5c482cbaa0ac439b7a03 (patch) | |
tree | 9ab973156e783710a9e8bbbe0f3d5b7146bd2640 /mail | |
parent | b850b3b787ff6a60e7800f3682c63f30af4ce4b6 (diff) | |
download | pkgsrc-09603c0f77851feb9f5c5c482cbaa0ac439b7a03.tar.gz |
require Digest::SHA1 to build.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index f26f90ddf2c..98a1069ee16 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/09/09 11:56:19 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/09/26 01:31:02 obache Exp $ DISTNAME= cyrus-imapd-2.3.17 CATEGORIES= mail @@ -14,6 +14,8 @@ HOMEPAGE= http://www.cyrusimap.org/ COMMENT= Cyrus IMAP server #LICENSE= original-bsd # like license +BUILD_DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 + PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= perl makedepend |