aboutsummaryrefslogtreecommitdiff
path: root/mail/antivirus-milter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-07-19 04:45:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-07-19 04:45:33 +0000
commit3bc36ee9dffc4f1ab4da9661e11323e85b2afa96 (patch)
tree041cfe37ac2386cb6516518c20cd0933659ffc46 /mail/antivirus-milter
parent3bb1ec678a2b2b43504e26ead78a8614c23603bf (diff)
downloadports-3bc36ee9dffc4f1ab4da9661e11323e85b2afa96.tar.gz
ports-3bc36ee9dffc4f1ab4da9661e11323e85b2afa96.zip
Notes
Diffstat (limited to 'mail/antivirus-milter')
-rw-r--r--mail/antivirus-milter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile
index 198a7505c7e2..fdb6b6b0a0da 100644
--- a/mail/antivirus-milter/Makefile
+++ b/mail/antivirus-milter/Makefile
@@ -16,9 +16,10 @@ COMMENT= Sendmail milter wich uses Mcafee Virus Scan
RUN_DEPENDS= ${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime
.if !defined(SENDMAIL_MILTER_IN_BASE)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_PORT}
.endif
+SENDMAIL_PORT?= sendmail
USE_REINPLACE= yes
CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==}
LIBS+= -lmilter ${PTHREAD_LIBS}