From b3485eabb31aa2cc4e4feccf56d3b3bfbc0c055e Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Jun 2005 19:22:20 +0000 Subject: _W3M_USE_IMAGE has to be defined before options.mk can be included. Make it so. --- www/w3m/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/w3m') diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index dfce2cf0d55..8f31b7cd0d0 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2005/06/03 13:43:29 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.38 2005/06/03 19:22:20 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -20,10 +20,10 @@ USE_PERL5= run DOCDIR= share/doc/w3m -.include "options.mk" - _W3M_USE_IMAGE?= NO +.include "options.mk" + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" -- cgit v1.2.3