aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-28 22:17:10 +0800
committerpav <pav@FreeBSD.org>2004-03-28 22:17:10 +0800
commitf8fd5232c162e6138a86042625a33aea58dd2a59 (patch)
tree481f4bd3708b7e86f1c330c987c0590087f34f0f /security
parent7eb4fffa45e2e78f0ee9596dadce4c128ad0ba76 (diff)
downloadfreebsd-ports-gnome-f8fd5232c162e6138a86042625a33aea58dd2a59.tar.gz
freebsd-ports-gnome-f8fd5232c162e6138a86042625a33aea58dd2a59.tar.zst
freebsd-ports-gnome-f8fd5232c162e6138a86042625a33aea58dd2a59.zip
- Fix build with sendmail from ports
PR: ports/51128 Submitted by: Andrey Beresovsky <and@rsu.ru>
Diffstat (limited to 'security')
-rw-r--r--security/drweb-sendmail/Makefile2
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)