summaryrefslogtreecommitdiff
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
parentUpdate to 0.0.7. (diff)
Replace nonfunctional check for libmilter with one that works.
Poked by: fozzy@kievweb.net.ua
Notes
Notes: svn path=/head/; revision=60018
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)