aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/raysfilter/Makefile2
-rw-r--r--mail/vbsfilter/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile
index 6823e72625e9..e2f88efef4ac 100644
--- a/mail/raysfilter/Makefile
+++ b/mail/raysfilter/Makefile
@@ -33,7 +33,7 @@ DOCSFILES= rays-filter.html install.html configure.html operate.html \
.if exists(${LOCALBASE}/include/libmilter/mfdef.h) \
|| defined(SENDMAIL_MILTER_IN_BASE)
-LIBS+= -lmilter -lsm -lsmutil
+LIBS+= -lmilter
.else
LIBS+= -lmilter -lsmutil
.endif
diff --git a/mail/vbsfilter/Makefile b/mail/vbsfilter/Makefile
index 41790de2ecd6..ecde6c5bd6ed 100644
--- a/mail/vbsfilter/Makefile
+++ b/mail/vbsfilter/Makefile
@@ -31,7 +31,7 @@ LDFLAGS+= -L$(LOCALBASE)/lib
.if exists(${LOCALBASE}/include/libmilter/mfdef.h) \
|| defined(SENDMAIL_MILTER_IN_BASE)
-LIBS+= -lmilter -lsm -lsmutil
+LIBS+= -lmilter
.else
LIBS+= -lmilter -lsmutil
.endif