summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-24 19:51:17 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-24 19:51:17 +0000
commit07d7bebf1ed269f2d88656d27ba8408497edb1d5 (patch)
tree7955564ad9713b835d11028b1ccbb139a4205791 /security
parentMake gtk-engines play nice with gtk-engines2. (diff)
Properly check if sendmail was installed from ports
Notes
Notes: svn path=/head/; revision=59925
Diffstat (limited to 'security')
-rw-r--r--security/drweb-sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index 3ffdc659c793..a151cf261ffe 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -21,7 +21,7 @@ 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 )
+.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