Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 18:00:45 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358618 - head/www/w3m
Message-ID:  <201406201800.s5KI0jCk043537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201800.s5KI0jCk043537>