diff options
author | pat <pat@FreeBSD.org> | 2002-05-24 19:51:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-24 19:51:17 +0000 |
commit | 3febdb0579aff32966da6029a63097b98848250e (patch) | |
tree | da3f2a0ed671f86ec8132a374e67ddc636a56798 /security/drweb-sendmail | |
parent | ee4dc715c0a7fc46c5cbfcd3d4c68d9cb0f59de9 (diff) | |
download | FreeBSD-ports-3febdb0579aff32966da6029a63097b98848250e.zip FreeBSD-ports-3febdb0579aff32966da6029a63097b98848250e.tar.gz |
Properly check if sendmail was installed from ports
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 3ffdc65..a151cf2 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 |