openbsd-ports/mail/smtp-vilter/patches/patch-bin_smtp-vilter_Makefile
mbalmer 93985f9733 mail/smtp-vilter, a sendmail milter for email content scanning using
different backends (clamd, spamd, savse).

ok naddy@, alek@
2004-11-17 11:00:01 +00:00

15 lines
412 B
Plaintext

$OpenBSD: patch-bin_smtp-vilter_Makefile,v 1.1.1.1 2004/11/17 11:00:01 mbalmer Exp $
--- bin/smtp-vilter/Makefile.orig Fri Nov 12 08:32:52 2004
+++ bin/smtp-vilter/Makefile Fri Nov 12 08:33:10 2004
@@ -26,10 +26,3 @@ LDADD+= -lldap_r -llber
LDADD+= -lldap_r -llber
.endif
-.if !defined(WANT_LIBMILTER)
-PROG=
-SRCS=
-.END:
- @echo "smtp-vilter requires a sendmail installation with milter support"
-.endif
-