diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /mail/sentinel | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) |
Notes
Diffstat (limited to 'mail/sentinel')
-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" |