aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Fast
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/p5-MIME-Fast
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/p5-MIME-Fast')
-rw-r--r--mail/p5-MIME-Fast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile
index ae625532996e..587e1b0dbd9a 100644
--- a/mail/p5-MIME-Fast/Makefile
+++ b/mail/p5-MIME-Fast/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS} ${PTHREAD_CFLAGS}"
+CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS}"
.include <bsd.port.pre.mk>