diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-07 18:56:36 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-07 18:56:36 +0000 |
commit | f877701d9e7cfa99ee443c72ad1519b771b6b214 (patch) | |
tree | 8e8a1e9ce2734785d773c35b6f5368ec891424d4 | |
parent | Add comment about USES+=xorg in mk files (diff) |
www/w3m: Spell INLINE_IMAGE_USES correctly
-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 7ebe0ea85024..04543c07c077 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -49,7 +49,7 @@ JAPANESE_DESC= Japanese messages and migemo support KEY_LYNX_DESC= Keymap like lynx browser OPTIONS_SUB= yes -INLINE_MAGE_USES= gnome xorg +INLINE_IMAGE_USES= gnome xorg INLINE_IMAGE_USE= xorg=x11 gnome=gtk20,gdkpixbuf2 INLINE_IMAGE_CONFIGURE_ON= --with-imagelib=gtk2 --enable-image=fb,x11 INLINE_IMAGE_CONFIGURE_OFF= --enable-image=no |