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/noattach | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | ports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
Notes
Diffstat (limited to 'mail/noattach')
-rw-r--r-- | mail/noattach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile index cd7a7ffd4ffa..b73dbfef429d 100644 --- a/mail/noattach/Makefile +++ b/mail/noattach/Makefile @@ -12,6 +12,8 @@ COMMENT= An attachment filter for Sendmail Milter GNU_CONFIGURE= yes USE_RC_SUBR= noattach +NO_STAGE= yes + CFLAGS+= ${PTHREAD_CFLAGS:S=""==} MAN8= noattach.8 DOCSFILES= AUTHORS THANKS INSTALL NEWS README TODO ChangeLog @@ -20,7 +22,6 @@ SAMPLEFILES= README noattach.patterns noattach.patterns.johncon CONFIGURE_ARGS+= --enable-ldap .endif -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" |