diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-26 10:57:41 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-26 10:57:41 +0000 |
commit | 5edeea482d1578e2f815ae6858046753bd2de64c (patch) | |
tree | d092c2e069d29d6126b99781af472a74cdda9b39 /security/drweb-sendmail | |
parent | bc0663a6696b423fa0c73bef30d0020835a3aabe (diff) | |
download | ports-5edeea482d1578e2f815ae6858046753bd2de64c.tar.gz ports-5edeea482d1578e2f815ae6858046753bd2de64c.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 a151cf261ffe..065f034ba6ac 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 ) && !exists( ${LOCALBASE}/include/libmilter/mfapi.h ) -IGNORE= "requires libmilter installed. Upgrade your FreeBSD system or sendmail package/port" +.if !exists( /usr/include/libmilter/mfapi.h ) +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail .endif .if !defined(WITH_DRWEBSMF_HOSTNAME) |