diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-29 21:05:52 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-29 21:05:52 +0000 |
commit | d48b2f41660335378bfef128035ac23f0b2c8086 (patch) | |
tree | 57f25f8aaf51eecb86348b975b5d032cff0b99ff | |
parent | f0e5acdfd4fcf787a9586f653bd884483ff35a53 (diff) |
Notes
-rw-r--r-- | mail/mimedefang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index f1b7f07be914..b2abac39f99a 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: |