Mon Sep 5 20:21:34 2011 UTC ()
Add missing build tools "yacc" and "lex"


(cheusov)
diff -r1.51 -r1.52 pkgsrc/mail/milter-greylist/Makefile

cvs diff -r1.51 -r1.52 pkgsrc/mail/milter-greylist/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/milter-greylist/Makefile 2011/05/25 07:15:32 1.51
+++ pkgsrc/mail/milter-greylist/Makefile 2011/09/05 20:21:34 1.52
@@ -1,33 +1,35 @@ @@ -1,33 +1,35 @@
1# $NetBSD: Makefile,v 1.51 2011/05/25 07:15:32 tron Exp $ 1# $NetBSD: Makefile,v 1.52 2011/09/05 20:21:34 cheusov Exp $
2 2
3DISTNAME= milter-greylist-4.2.7 3DISTNAME= milter-greylist-4.2.7
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ 5MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8OWNER= tron@NetBSD.org 8OWNER= tron@NetBSD.org
9HOMEPAGE= http://hcpnet.free.fr/milter-greylist/ 9HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
10COMMENT= Easy-to-use greylist milter for sendmail 10COMMENT= Easy-to-use greylist milter for sendmail
11LICENSE= original-bsd 11LICENSE= original-bsd
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15# yacc rule moving to y.tab.c and renaming 15# yacc rule moving to y.tab.c and renaming
16MAKE_JOBS_SAFE= no 16MAKE_JOBS_SAFE= no
17 17
18GNU_CONFIGURE= YES 18GNU_CONFIGURE= YES
19BUILD_TARGET= milter-greylist 19BUILD_TARGET= milter-greylist
20 20
 21USE_TOOLS= yacc lex
 22
21RCD_SCRIPTS= milter-greylist 23RCD_SCRIPTS= milter-greylist
22 24
23.include "options.mk" 25.include "options.mk"
24 26
25CONFIGURE_ARGS+= --with-user=${MILTER_USER} 27CONFIGURE_ARGS+= --with-user=${MILTER_USER}
26BUILD_DEFS+= MILTER_USER MILTER_GROUP VARBASE 28BUILD_DEFS+= MILTER_USER MILTER_GROUP VARBASE
27FILES_SUBST+= MILTER_USER=${MILTER_USER:Q} 29FILES_SUBST+= MILTER_USER=${MILTER_USER:Q}
28FILES_SUBST+= MILTER_GROUP=${MILTER_GROUP:Q} 30FILES_SUBST+= MILTER_GROUP=${MILTER_GROUP:Q}
29 31
30INSTALLATION_DIRS+= share/doc/milter-greylist 32INSTALLATION_DIRS+= share/doc/milter-greylist
31INSTALLATION_DIRS+= share/examples/milter-greylist 33INSTALLATION_DIRS+= share/examples/milter-greylist
32 34
33OWN_DIRS_PERMS+= ${VARBASE}/milter-greylist ${MILTER_USER} ${MILTER_GROUP} 0755 35OWN_DIRS_PERMS+= ${VARBASE}/milter-greylist ${MILTER_USER} ${MILTER_GROUP} 0755