aboutsummaryrefslogtreecommitdiff
path: root/security/drweb-sendmail
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-26 10:57:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-26 10:57:41 +0000
commit5edeea482d1578e2f815ae6858046753bd2de64c (patch)
treed092c2e069d29d6126b99781af472a74cdda9b39 /security/drweb-sendmail
parentbc0663a6696b423fa0c73bef30d0020835a3aabe (diff)
downloadports-5edeea482d1578e2f815ae6858046753bd2de64c.tar.gz
ports-5edeea482d1578e2f815ae6858046753bd2de64c.zip
Notes
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r--security/drweb-sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index a151cf261ffe..065f034ba6ac 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -21,8 +21,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/opt/drweb/clients/sources/drwebdc
INST_PREFIX= ${PREFIX}/${PORTNAME}
DOC_DIR= ${PREFIX}/share/doc/drweb-sendmail
-.if !exists( /usr/include/libmilter/mfapi.h ) && !exists( ${LOCALBASE}/include/libmilter/mfapi.h )
-IGNORE= "requires libmilter installed. Upgrade your FreeBSD system or sendmail package/port"
+.if !exists( /usr/include/libmilter/mfapi.h )
+BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail
.endif
.if !defined(WITH_DRWEBSMF_HOSTNAME)