diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-26 18:57:41 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-26 18:57:41 +0800 |
commit | db3b3e5f55a1e7a401e8f58be80c312553b38864 (patch) | |
tree | 3f0698fb4b72852e83c6cb4facfb7367882117a8 /security | |
parent | da5f0fd47dba8ed184424833216f217803b50fe3 (diff) | |
download | freebsd-ports-gnome-db3b3e5f55a1e7a401e8f58be80c312553b38864.tar.gz freebsd-ports-gnome-db3b3e5f55a1e7a401e8f58be80c312553b38864.tar.zst freebsd-ports-gnome-db3b3e5f55a1e7a401e8f58be80c312553b38864.zip |
Replace nonfunctional check for libmilter with one that works.
Poked by: fozzy@kievweb.net.ua
Diffstat (limited to 'security')
-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) |