diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-11-17 23:27:25 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-11-17 23:27:25 +0800 |
commit | 407e097bfa2f998f02af525a848842b61c48191b (patch) | |
tree | efaecb1baad33a44099271e535aa6ee714523ca4 | |
parent | d507fe68103f0413547d4b8314ff634140d287e2 (diff) | |
download | freebsd-ports-gnome-407e097bfa2f998f02af525a848842b61c48191b.tar.gz freebsd-ports-gnome-407e097bfa2f998f02af525a848842b61c48191b.tar.zst freebsd-ports-gnome-407e097bfa2f998f02af525a848842b61c48191b.zip |
Fix configure error on 5.2.1-RELEASE.
Reported by: Piotr Gnyp <toread@discordia.pl>, Cheza My Ballz <cheza420@hotmail.com>
-rw-r--r-- | www/w3m/Makefile | 2 |
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 |