summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-03 19:22:20 +0000
committerwiz <wiz@pkgsrc.org>2005-06-03 19:22:20 +0000
commitb3485eabb31aa2cc4e4feccf56d3b3bfbc0c055e (patch)
tree110cc3b6025e7b1569a3aa918ce2a503f432c2fb /www/w3m
parent21b5c21af3d2a0eb3a96310aac7f1e9872d923d2 (diff)
downloadpkgsrc-b3485eabb31aa2cc4e4feccf56d3b3bfbc0c055e.tar.gz
_W3M_USE_IMAGE has to be defined before options.mk can be included.
Make it so.
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile.common6
1 files changed, 3 insertions, 3 deletions
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"