diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /mail/mairix/Makefile | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'mail/mairix/Makefile')
-rw-r--r-- | mail/mairix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |