From 3febdb0579aff32966da6029a63097b98848250e Mon Sep 17 00:00:00 2001 From: pat Date: Fri, 24 May 2002 19:51:17 +0000 Subject: Properly check if sendmail was installed from ports --- security/drweb-sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') 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 -- cgit