diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 14:17:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 14:17:10 +0000 |
commit | 4419a8f5abbc17c4645bfbd8f9f850436091e911 (patch) | |
tree | b85b2d986e50a5fb0404ffc7de50c1c3c7647ca2 /security/drweb-sendmail/Makefile | |
parent | 9b7af47d9e2abec91d384b6a936c474b70705c39 (diff) | |
download | ports-4419a8f5abbc17c4645bfbd8f9f850436091e911.tar.gz ports-4419a8f5abbc17c4645bfbd8f9f850436091e911.zip |
Notes
Diffstat (limited to 'security/drweb-sendmail/Makefile')
-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) |