diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
commit | b2053786ce53da051a1e5756f7cbe55aa50180dc (patch) | |
tree | d22ee47f309af4f98bfeb96fd87674677e46b434 /ftp/axel/Makefile | |
parent | 266f7e411b0de527c9763fb14af2aa0e226051cc (diff) |
Notes
Diffstat (limited to 'ftp/axel/Makefile')
-rw-r--r-- | ftp/axel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 22eed1c87638..975156099670 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -25,7 +25,6 @@ NLS_CONFIGURE_OFF= --i18n=0 DEBUG_CONFIGURE_ON=--debug=1 --strip=0 post-configure: - @${REINPLACE_CMD} -e 's|gcc|${CC}|; \ - s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings + @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile.settings .include <bsd.port.mk> |