summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2006-03-18 06:45:51 +0000
committerschmonz <schmonz>2006-03-18 06:45:51 +0000
commit20358c43e87c7d04c02e0625930aa62d142d4dd4 (patch)
tree0fcc6df2e9cdbc3f6a630d160cbc852f4f3ee9fb /mail
parente52a51bb8aaca4c0dc89e2e7ad97749d65deab08 (diff)
downloadpkgsrc-20358c43e87c7d04c02e0625930aa62d142d4dd4.tar.gz
USE_TOOLS+=patch for "ezmlm-althash" option. Fixes Darwin bulk build.
Diffstat (limited to 'mail')
-rw-r--r--mail/ezmlm/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ezmlm/options.mk b/mail/ezmlm/options.mk
index f80b13b2d85..1b80b5839bf 100644
--- a/mail/ezmlm/options.mk
+++ b/mail/ezmlm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/10/05 05:46:54 schmonz Exp $
+# $NetBSD: options.mk,v 1.7 2006/03/18 06:45:51 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ezmlm
PKG_SUPPORTED_OPTIONS+= ezmlm-althash
@@ -10,6 +10,7 @@ PKG_SUGGESTED_OPTIONS+= ezmlm-althash
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mezmlm-althash)
+USE_TOOLS+= patch
post-patch:
@cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-althash
.endif