diff options
Diffstat (limited to 'mail/sentinel/Makefile')
-rw-r--r-- | mail/sentinel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index 95a64d56471c..fa074aeded68 100644 --- a/mail/sentinel/Makefile +++ b/mail/sentinel/Makefile @@ -11,10 +11,12 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= A sendmail milter API implementation LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre + +NO_STAGE= yes + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" |