aboutsummaryrefslogtreecommitdiff
path: root/mail/esmtp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 11:41:17 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 11:41:17 +0000
commit90e3f72974e86bfa4bd5088253b00202ed721f45 (patch)
tree6d2ffbb1407cdb4a2e3486ad1b3832d701cce999 /mail/esmtp
parent4099bd8ea7b17737b56c16d5ca7dcf8a9ae7eab1 (diff)
downloadports-90e3f72974e86bfa4bd5088253b00202ed721f45.tar.gz
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
Notes
Notes: svn path=/head/; revision=382203
Diffstat (limited to 'mail/esmtp')
-rw-r--r--mail/esmtp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile
index d7e46d08f840..bb1ffefcf207 100644
--- a/mail/esmtp/Makefile
+++ b/mail/esmtp/Makefile
@@ -24,8 +24,8 @@ PLIST_FILES= bin/esmtp etc/esmtprc.sample man/man1/esmtp.1.gz \
SUB_FILES= pkg-message
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS