aboutsummaryrefslogtreecommitdiff
path: root/mail/spamilter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-16 21:07:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-16 21:07:39 +0000
commit72ef392689b5dfa76a0412c9fc1ebfcd0e0e553f (patch)
tree0eae1d12380bfef9c8e10eac8d02c862aed84668 /mail/spamilter
parent2a686b1c21b94162d950701d4e793574b19822a7 (diff)
downloadports-72ef392689b5dfa76a0412c9fc1ebfcd0e0e553f.tar.gz
ports-72ef392689b5dfa76a0412c9fc1ebfcd0e0e553f.zip
Notes
Diffstat (limited to 'mail/spamilter')
-rw-r--r--mail/spamilter/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile
index f1e7abcdea5f..4b0a1af623c0 100644
--- a/mail/spamilter/Makefile
+++ b/mail/spamilter/Makefile
@@ -16,8 +16,12 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= A Sendmail LibMilter filter to block spam
.if !defined(SENDMAIL_MILTER_IN_BASE)
+.if defined(SENDMAIL_WITH_SHARED_MILTER)
+LIB_DEPENDS+= milter.3:${PORTSDIR}/mail/${SENDMAIL_PORT}
+.else
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_PORT}
.endif
+.endif
SENDMAIL_PORT?= sendmail
WRKSRC= ${WRKDIR}/${PORTNAME}