diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-19 04:45:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-19 04:45:33 +0000 |
commit | 3bc36ee9dffc4f1ab4da9661e11323e85b2afa96 (patch) | |
tree | 041cfe37ac2386cb6516518c20cd0933659ffc46 /mail/spamilter | |
parent | 3bb1ec678a2b2b43504e26ead78a8614c23603bf (diff) | |
download | ports-3bc36ee9dffc4f1ab4da9661e11323e85b2afa96.tar.gz ports-3bc36ee9dffc4f1ab4da9661e11323e85b2afa96.zip |
Notes
Diffstat (limited to 'mail/spamilter')
-rw-r--r-- | mail/spamilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index da1aa09ae2ba..58489313c6bf 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -16,9 +16,10 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= A Sendmail LibMilter filter to block spam .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 WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes HAS_CONFIGURE= yes |