mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Verified that "-lsm -lsmutil" and no longer needed.
Thanks to Stephane Lentz PR: 37908
This commit is contained in:
parent
c99d9a4052
commit
5d952684bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61407
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user