pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mairix USE_TOOLS+=bison instead of direct BUILD_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28c86f8498f1
branches:  trunk
changeset: 510850:28c86f8498f1
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 05 07:03:44 2006 +0000

description:
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.

diffstat:

 mail/mairix/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r f088ab607b46 -r 28c86f8498f1 mail/mairix/Makefile
--- a/mail/mairix/Makefile      Wed Apr 05 07:03:41 2006 +0000
+++ b/mail/mairix/Makefile      Wed Apr 05 07:03:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/05 16:27:26 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/05 07:03:44 jlam Exp $
 #
 
 DISTNAME=              mairix-0.16.1
@@ -9,12 +9,10 @@
 HOMEPAGE=              http://www.rc0.org.uk/mairix/
 COMMENT=               Program for indexing and searching email messages
 
-BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
-
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 
-USE_TOOLS+=            makeinfo
+USE_TOOLS+=            bison makeinfo
 INFO_FILES=            mairix.info
 
 BINDIR=                        ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index