aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/w3m/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 409fda58ad52..0246b570a6cc 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --enable-keymap=lynx
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500016
+.if ${OSVERSION} < 502102
CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="${LIBS} ${PTHREAD_LIBS} -lc_r"
.else