1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Properly check if sendmail was installed from ports

This commit is contained in:
Patrick Li 2002-05-24 19:51:17 +00:00
parent 53466b8a28
commit 07d7bebf1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59925

View File

@ -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