summaryrefslogtreecommitdiffstats
path: root/mail/mimedefang
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-05-29 21:05:52 +0000
committerpat <pat@FreeBSD.org>2002-05-29 21:05:52 +0000
commit6736a12d1de7c1623fee9a3825c0d907e20faf93 (patch)
treeea05d0c5e831039b8b030ba2f9fdfb1aa65d958a /mail/mimedefang
parenta97e7136ad6fa9d4cb45cff125364a1e4f688f50 (diff)
downloadFreeBSD-ports-6736a12d1de7c1623fee9a3825c0d907e20faf93.zip
FreeBSD-ports-6736a12d1de7c1623fee9a3825c0d907e20faf93.tar.gz
Depend on ports sendmail if system dont have sendmail with libmilter
in the base system PR: 38640 Submitted by: maintainer
Diffstat (limited to 'mail/mimedefang')
-rw-r--r--mail/mimedefang/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index f1b7f07..b2abac3 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -29,7 +29,7 @@ MAN7= mimedefang-protocol.7
MAN8= mimedefang.8 mimedefang.pl.8 mimedefang-multiplexor.8
.if !exists( /usr/include/libmilter/mfapi.h )
-IGNORE= "requires libmilter installed in the base system, upgrade your FreeBSD"
+BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail
.endif
post-install:
OpenPOWER on IntegriCloud