diff options
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |