diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
commit | 90e3f72974e86bfa4bd5088253b00202ed721f45 (patch) | |
tree | 6d2ffbb1407cdb4a2e3486ad1b3832d701cce999 /mail/archivesmtp | |
parent | 4099bd8ea7b17737b56c16d5ca7dcf8a9ae7eab1 (diff) | |
download | freebsd-ports-90e3f72974e86bfa4bd5088253b00202ed721f45.zip |
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket
Diffstat (limited to 'mail/archivesmtp')
-rw-r--r-- | mail/archivesmtp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/archivesmtp/Makefile b/mail/archivesmtp/Makefile index cd1ace86923b..cc4718c12b53 100644 --- a/mail/archivesmtp/Makefile +++ b/mail/archivesmtp/Makefile @@ -6,12 +6,10 @@ PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= http://www.dancingfortune.com/projects/archivesmtp/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SMTP mail archiver -CFLAGS+= ${PTHREAD_CFLAGS} -LIBS+= ${PTHREAD_LIBS}\ - -lmilter +LIBS+= -lmilter -lpthread MAKE_ENV+= LDADD="${LIBS}" USE_RC_SUBR= archivesmtp |