From f8fd5232c162e6138a86042625a33aea58dd2a59 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 28 Mar 2004 14:17:10 +0000 Subject: - Fix build with sendmail from ports PR: ports/51128 Submitted by: Andrey Beresovsky --- security/drweb-sendmail/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security/drweb-sendmail') diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 8ea770e67cb2..1c8a2918c9be 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -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) -- cgit