summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-11-17 15:27:25 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-11-17 15:27:25 +0000
commitf5dff22c38a50b0816df3afeb983bf25c64d0bd8 (patch)
treefe42e3fdf8374c564d19e9376d918a93c3c1c0d2 /www/w3m
parentRemove duplicate entries (bento log via kris). (diff)
Fix configure error on 5.2.1-RELEASE.
Reported by: Piotr Gnyp <toread@discordia.pl>, Cheza My Ballz <cheza420@hotmail.com>
Diffstat (limited to 'www/w3m')
-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