pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ezmlm USE_TOOLS+=patch for "ezmlm-althash" option...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/941dc5d5fe74
branches:  trunk
changeset: 509911:941dc5d5fe74
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Mar 18 06:45:51 2006 +0000

description:
USE_TOOLS+=patch for "ezmlm-althash" option. Fixes Darwin bulk build.

diffstat:

 mail/ezmlm/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5c488a4a2e7c -r 941dc5d5fe74 mail/ezmlm/options.mk
--- a/mail/ezmlm/options.mk     Sat Mar 18 04:53:12 2006 +0000
+++ b/mail/ezmlm/options.mk     Sat Mar 18 06:45:51 2006 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index