aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
Diffstat (limited to 'news')
-rw-r--r--news/nzbget/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index d1047d45d13b..b5d3def1b2c8 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -34,8 +34,6 @@ OPTIONS_DEFAULT= PAR GNUTLS
.if ${PORT_OPTIONS:MPAR}
CONFIGURE_ARGS+= --enable-parcheck --disable-libpar2-bugfixes-check
LIB_DEPENDS+= par2:${PORTSDIR}/archivers/libpar2
- # configure fail to test libpar2 with clang
- USE_GCC= any
.else
CONFIGURE_ARGS+= --disable-parcheck
.endif