aboutsummaryrefslogtreecommitdiff
path: root/mail/vbsfilter
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/vbsfilter
parentc99d9a4052d05f308a71deab49761a8a15e09a69 (diff)
downloadports-5d952684bf2363ba379cfa573e24b5429c4ac02b.tar.gz
ports-5d952684bf2363ba379cfa573e24b5429c4ac02b.zip
Verified that "-lsm -lsmutil" and no longer needed.
Thanks to Stephane Lentz PR: 37908
Notes
Notes: svn path=/head/; revision=61407
Diffstat (limited to 'mail/vbsfilter')
-rw-r--r--mail/vbsfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
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