diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-22 23:03:20 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-22 23:03:20 +0000 |
commit | 720dd2e225a8d3e25a9e58813c04cb1bb3440d3f (patch) | |
tree | cf574f37980f7d578a0f5219afc219463d60eaed /security/drweb-sendmail | |
parent | 217ea8cd24598a0c5c4c21f9e07a5ec5837f58f8 (diff) | |
download | ports-720dd2e225a8d3e25a9e58813c04cb1bb3440d3f.tar.gz ports-720dd2e225a8d3e25a9e58813c04cb1bb3440d3f.zip |
Notes
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index dda5481cc1ec..3ffdc659c793 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 ) -IGNORE= "requires libmilter installed in the base system, upgrade your FreeBSD" +.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" .endif .if !defined(WITH_DRWEBSMF_HOSTNAME) |