aboutsummaryrefslogtreecommitdiff
path: root/mail/antivirus-milter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-17 04:38:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-17 04:38:34 +0000
commit3b9c035d7db2c89b8e89272e8267ce39a2b15cd8 (patch)
treec96d57d942b8c5c4ed592abbc3493cacaa8527a3 /mail/antivirus-milter
parent2a3312d7de34790b46384be048bd7de523ee8701 (diff)
downloadports-3b9c035d7db2c89b8e89272e8267ce39a2b15cd8.tar.gz
ports-3b9c035d7db2c89b8e89272e8267ce39a2b15cd8.zip
- rename option
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
Notes
Notes: svn path=/head/; revision=124245
Diffstat (limited to 'mail/antivirus-milter')
-rw-r--r--mail/antivirus-milter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile
index f425834786a9..8f42d90b2d8f 100644
--- a/mail/antivirus-milter/Makefile
+++ b/mail/antivirus-milter/Makefile
@@ -17,13 +17,13 @@ COMMENT= Sendmail milter wich uses Mcafee Virus Scan
RUN_DEPENDS= ${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime
.if !defined(SENDMAIL_MILTER_IN_BASE)
.if defined(SENDMAIL_WITH_SHARED_MILTER)
-LIB_DEPENDS+= milter.3:${PORTSDIR}/mail/${SENDMAIL_PORT}
+LIB_DEPENDS+= milter.3:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT}
.else
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_PORT}
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT}
.endif
.endif
-SENDMAIL_PORT?= sendmail
+SENDMAIL_MILTER_PORT?= sendmail
USE_REINPLACE= yes
CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==}
LIBS+= -lmilter ${PTHREAD_LIBS}