mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- new option SENDMAIL_PORT
This commit is contained in:
parent
6d22a57097
commit
727cbd0d7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113927
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue