- Fix build with sendmail from ports

PR:		ports/51128
Submitted by:	Andrey Beresovsky <and@rsu.ru>
This commit is contained in:
Pav Lucistnik 2004-03-28 14:17:10 +00:00
parent 9b7af47d9e
commit 4419a8f5ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105508

View file

@ -26,6 +26,8 @@ DOC_DIR= ${PREFIX}/share/doc/drweb-sendmail
.if !exists( /usr/include/libmilter/mfapi.h )
BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail
MAKE_ARGS+= ADDLIB_FreeBSD=-L${LOCALBASE}/lib
MAKE_ARGS+= "ADDF_FreeBSD=-Iaddons/md5 -I${LOCALBASE}/include"
.endif
.if !defined(WITH_DRWEBSMF_HOSTNAME)