svn commit: r358618 - head/www/w3m
Adam Weinberger
adamw at FreeBSD.org
Fri Jun 20 18:00:46 UTC 2014
Author: adamw
Date: Fri Jun 20 18:00:45 2014
New Revision: 358618
URL: http://svnweb.freebsd.org/changeset/ports/358618
QAT: https://qat.redports.org/buildarchive/r358618/
Log:
Fix building with INLINE_IMAGE disabled. Sorry about that!
PR: ports/143954
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
Modified:
head/www/w3m/Makefile
Modified: head/www/w3m/Makefile
==============================================================================
--- head/www/w3m/Makefile Fri Jun 20 17:46:44 2014 (r358617)
+++ head/www/w3m/Makefile Fri Jun 20 18:00:45 2014 (r358618)
@@ -41,6 +41,7 @@ JAPANESE_CONFIGURE_ENABLE= nls
INLINE_IMAGE_USE= gnome=gtk20
INLINE_IMAGE_CONFIGURE_ON= --with-imagelib=gtk2 --enable-image=fb,x11
+INLINE_IMAGE_CONFIGURE_OFF= --enable-image=no
KEY_LYNX_CONFIGURE_ON= --with-keymap=lynx
More information about the svn-ports-all
mailing list