summaryrefslogtreecommitdiffstats
path: root/mail/spamilter
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-07-19 04:45:33 +0000
committerdinoex <dinoex@FreeBSD.org>2004-07-19 04:45:33 +0000
commit65a3f9d2d3b0b9b96804a64cf65d1582469e13ae (patch)
tree164d4d1a6efeaa2e9324e7761e42ff4b38a56fc0 /mail/spamilter
parent09ffd6639d76903b48ec9776fd80308ff0d6af37 (diff)
downloadFreeBSD-ports-65a3f9d2d3b0b9b96804a64cf65d1582469e13ae.zip
FreeBSD-ports-65a3f9d2d3b0b9b96804a64cf65d1582469e13ae.tar.gz
- new option SENDMAIL_PORT
Diffstat (limited to 'mail/spamilter')
-rw-r--r--mail/spamilter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile
index da1aa09..5848931 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
OpenPOWER on IntegriCloud