aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-17 04:39:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-17 04:39:27 +0000
commit5d952684bf2363ba379cfa573e24b5429c4ac02b (patch)
tree5e965236d5fcab11248c24ef3bec210874b6963c /mail
parentc99d9a4052d05f308a71deab49761a8a15e09a69 (diff)
downloadports-5d952684bf2363ba379cfa573e24b5429c4ac02b.tar.gz
ports-5d952684bf2363ba379cfa573e24b5429c4ac02b.zip
Notes
Diffstat (limited to 'mail')
-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