diff options
author | gdt <gdt@pkgsrc.org> | 2008-10-03 23:22:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-10-03 23:22:50 +0000 |
commit | 12620453b533f818bb7474c7cfba7fb043aabb90 (patch) | |
tree | e56c4d1b7c431da2aa4479c082b1fb4a2aa6316f | |
parent | 44c6fcfb0067dad267d2b52cfc86ffd6ba07574a (diff) | |
download | pkgsrc-12620453b533f818bb7474c7cfba7fb043aabb90.tar.gz |
# yacc rule moving to y.tab.c and renaming
MAKE_JOBS_SAFE= no
-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 de944b9801a..8bb6880fe65 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/09/08 10:07:19 tron Exp $ +# $NetBSD: Makefile,v 1.37 2008/10/03 23:22:50 gdt Exp $ DISTNAME= milter-greylist-4.0.1 CATEGORIES= mail @@ -9,6 +9,8 @@ OWNER= tron@NetBSD.org HOMEPAGE= http://hcpnet.free.fr/milter-greylist/ COMMENT= Easy-to-use greylist milter for sendmail +# yacc rule moving to y.tab.c and renaming +MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-user=smmsp |