diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-16 21:07:39 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-16 21:07:39 +0000 |
| commit | 72ef392689b5dfa76a0412c9fc1ebfcd0e0e553f (patch) | |
| tree | 0eae1d12380bfef9c8e10eac8d02c862aed84668 /mail/vbsfilter | |
| parent | 2a686b1c21b94162d950701d4e793574b19822a7 (diff) | |
Notes
Diffstat (limited to 'mail/vbsfilter')
| -rw-r--r-- | mail/vbsfilter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/vbsfilter/Makefile b/mail/vbsfilter/Makefile index 24e2fdea12ce..2975fe8bc0c2 100644 --- a/mail/vbsfilter/Makefile +++ b/mail/vbsfilter/Makefile @@ -17,8 +17,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A vbs-attachment filter for Sendmail .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 CTARGETS+= vbsfilter-${PORTVERSION} |
