aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-07-19 11:50:24 +0800
committerdinoex <dinoex@FreeBSD.org>2004-07-19 11:50:24 +0800
commit45709e2f6cbfca0f52b9435b4186df6cffd197e3 (patch)
treed1469d8eed2e311905c789fd30ca0c457aeeaa88 /mail
parent4d558c0a015325e513c0dbb84107423680b208a5 (diff)
downloadfreebsd-ports-gnome-45709e2f6cbfca0f52b9435b4186df6cffd197e3.tar.gz
freebsd-ports-gnome-45709e2f6cbfca0f52b9435b4186df6cffd197e3.tar.zst
freebsd-ports-gnome-45709e2f6cbfca0f52b9435b4186df6cffd197e3.zip
- new option SENDMAIL_PORT
Diffstat (limited to 'mail')
-rw-r--r--mail/raysfilter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile
index b0550582b176..9c401c0328e7 100644
--- a/mail/raysfilter/Makefile
+++ b/mail/raysfilter/Makefile
@@ -15,9 +15,10 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= A configurable filter for Sendmail
.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?= sendmail812
CTARGETS+= rays-filter
CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==}
LIBS+= ${PTHREAD_LIBS}