diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-15 22:49:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-15 22:49:06 +0000 |
commit | 7860cc8f144a91bd31c5d88868d2b60369f2e041 (patch) | |
tree | d59aea0d19f1cab447bfb644c9e27df707e2b62e /mail/smtp-vilter | |
parent | 6c2f911a0b69197aab885114ef6880e50fb80555 (diff) | |
download | pkgsrc-7860cc8f144a91bd31c5d88868d2b60369f2e041.tar.gz |
Revert. Problem is deeper, and this package has messed up makefiles that
probably require major attention. hi mbalmer :(
Diffstat (limited to 'mail/smtp-vilter')
-rw-r--r-- | mail/smtp-vilter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/smtp-vilter/Makefile b/mail/smtp-vilter/Makefile index 5a8bd06b9c8..b7b6deb8451 100644 --- a/mail/smtp-vilter/Makefile +++ b/mail/smtp-vilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/06/15 22:16:14 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2013/06/15 22:49:06 dholland Exp $ DISTNAME= smtp-vilter-1.3.8 CATEGORIES= mail @@ -11,7 +11,6 @@ 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 |