diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-03 19:22:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-03 19:22:20 +0000 |
commit | 447ecab9d4fd6b41f1d1d0a0bfb311640051b6b8 (patch) | |
tree | 110cc3b6025e7b1569a3aa918ce2a503f432c2fb /www/w3m | |
parent | 2755f5ec75c07d01f16003579aa78e80db93e7bd (diff) | |
download | pkgsrc-447ecab9d4fd6b41f1d1d0a0bfb311640051b6b8.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.common | 6 |
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" |