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/raysfilter | |
| parent | 2a686b1c21b94162d950701d4e793574b19822a7 (diff) | |
Notes
Diffstat (limited to 'mail/raysfilter')
| -rw-r--r-- | mail/raysfilter/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile index d40ece89ab14..c146a91b15b7 100644 --- a/mail/raysfilter/Makefile +++ b/mail/raysfilter/Makefile @@ -15,7 +15,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A configurable filter for Sendmail .if !defined(SENDMAIL_MILTER_IN_BASE) -BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_PORT} +.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 |
