From 5946936ffcde6674d4e6801abd4a757acd269dd5 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- mail/mairix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mairix') diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 270e3759ae4..8416957d2e3 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/06/16 06:58:03 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= mairix-0.15.1 @@ -11,7 +11,7 @@ COMMENT= Program for indexing and searching email messages BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} USE_MAKEINFO= YES -- cgit v1.2.3