diff options
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 75d286c2e39c..72398a4f470a 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -48,11 +48,7 @@ CONFIGURE_ARGS+= --with-screen=ncursesw CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .endif -.if ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif +CONFIGURE_ARGS+=--enable-ipv6 MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f MAKEFILE= makefile INSTALL_TARGET= install-full |