diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-15 22:16:14 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-15 22:16:14 +0000 |
commit | 01e3488814204da5e925f4dff221daa37b73d45a (patch) | |
tree | 3b36368194f40b768e17fa98cb732fa3a351995c | |
parent | 64ff645f001148c71eecc8e9207bd30f1683c776 (diff) | |
download | pkgsrc-01e3488814204da5e925f4dff221daa37b73d45a.tar.gz |
Not MAKE_JOBS_SAFE.
Gives
scan.l:21:19: fatal error: parse.h: No such file or directory
because it has no logic to sequence its yacc and lex runs.
-rw-r--r-- | mail/smtp-vilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/smtp-vilter/Makefile b/mail/smtp-vilter/Makefile index 7fec339db53..5a8bd06b9c8 100644 --- a/mail/smtp-vilter/Makefile +++ b/mail/smtp-vilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/05/31 12:56:42 mbalmer Exp $ +# $NetBSD: Makefile,v 1.4 2013/06/15 22:16:14 dholland Exp $ DISTNAME= smtp-vilter-1.3.8 CATEGORIES= mail @@ -11,6 +11,7 @@ HOMEPAGE= http://www.etc.msys.ch/software/smtp-vilter/ COMMENT= milter to scan messages for viruses and spam USE_BSD_MAKEFILE= yes +MAKE_JOBS_SAFE= no PKG_GROUPS= vilter PKG_USERS= vilter:vilter |