diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-09-05 20:20:27 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-09-05 20:20:27 +0000 |
commit | 66812c3d06726aef261df2f4ef836f10bb8fc958 (patch) | |
tree | 3a2de4e8bd66245397c8d0d4771b53ce25530bfa /mail | |
parent | 329dd61d89f4ba2fe07eb54f953a00a9ce6f9715 (diff) | |
download | pkgsrc-66812c3d06726aef261df2f4ef836f10bb8fc958.tar.gz |
Add missing build tools "yacc" and "lex"
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 8d3b084861e..020ea7a0b6b 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2011/05/25 07:15:32 tron Exp $ +# $NetBSD: Makefile,v 1.52 2011/09/05 20:21:34 cheusov Exp $ DISTNAME= milter-greylist-4.2.7 CATEGORIES= mail @@ -18,6 +18,8 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES BUILD_TARGET= milter-greylist +USE_TOOLS= yacc lex + RCD_SCRIPTS= milter-greylist .include "options.mk" |