diff options
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index f06c42ad087a..7a48b790292b 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -82,7 +82,8 @@ MAKE_FLAGS+= DEFS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" .endif .if defined(INLINE_IMAGE) -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib DOCS+= README.img DOCS_JP+= README.img |