diff options
author | tron <tron@pkgsrc.org> | 2012-12-30 11:43:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-12-30 11:43:23 +0000 |
commit | 912966b78fcce8a50ee2e974af03b42c0198f375 (patch) | |
tree | c9f424bc3a15c434c5f5006c9509618a17a938a7 /mail | |
parent | 1539ba3968a976ff26dac43a000e254d81b4eeee (diff) | |
download | pkgsrc-912966b78fcce8a50ee2e974af03b42c0198f375.tar.gz |
Use "bison" instead of "yacc" to fix the build problem under Solaris
reported by Richard Palo in PR pkg/47369.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 642e68f876f..82f78bf0702 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2012/12/16 01:52:21 obache Exp $ +# $NetBSD: Makefile,v 1.56 2012/12/30 11:43:23 tron Exp $ DISTNAME= milter-greylist-4.2.7 PKGREVISION= 2 @@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES BUILD_TARGET= milter-greylist -USE_TOOLS= yacc lex +USE_TOOLS= bison lex RCD_SCRIPTS= milter-greylist |