aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/w3m/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 76bdb8854f27..c5457b224088 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -77,6 +77,10 @@ PLIST_SUB+= INLINE_IMAGE="@comment "
PKGMESSAGE= ${NONEXISTENT}
.endif
+.if defined(KEY_LYNX)
+CONFIGURE_ARGS+= --enable-keymap=lynx
+.endif
+
pre-everything::
@${ECHO_MSG} "===>"
@${ECHO_MSG} "===> You can enable some features by defining following variables."
@@ -96,6 +100,11 @@ pre-everything::
.else
@${ECHO_MSG} "===> INLINE_IMAGE (inline image support)"
.endif
+.if defined(KEY_LYNX)
+ @${ECHO_MSG} "===> KEY_LYNX (keymap like lynx browser, enabled)"
+.else
+ @${ECHO_MSG} "===> KEY_LYNX (keymap like lynx browser)"
+.endif
@${ECHO_MSG} "===>"
@${ECHO_MSG} "===> You can disable some features by defining following variables."
@${ECHO_MSG} "===>"