1
0
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:
Dirk Meyer 2002-06-17 04:39:27 +00:00
parent c99d9a4052
commit 5d952684bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61407
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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