diff options
Diffstat (limited to 'www')
-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" |