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/proxsmtp | |
parent | 4099bd8ea7b17737b56c16d5ca7dcf8a9ae7eab1 (diff) | |
download | ports-90e3f72974e86bfa4bd5088253b00202ed721f45.tar.gz ports-90e3f72974e86bfa4bd5088253b00202ed721f45.zip |
Notes
Diffstat (limited to 'mail/proxsmtp')
-rw-r--r-- | mail/proxsmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index 655b1f9948eb..85543a31c0b2 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -33,7 +33,7 @@ post-patch: -e 's|250-smtp.passthru|${PROXSMTP_SMTP_EHLO_RSP}|g' \ ${WRKSRC}/common/smtppass.c @${REINPLACE_CMD} -e \ - '/^acx_pthread_flags/s|=.*|="${PTHREAD_LIBS}"|' \ + '/^acx_pthread_flags/s|=.*|="-lpthread"|' \ ${WRKSRC}/configure post-install: |