pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/w3m _W3M_USE_IMAGE has to be defined before option...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1168ce28ec38
branches: trunk
changeset: 495171:1168ce28ec38
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jun 03 19:22:20 2005 +0000
description:
_W3M_USE_IMAGE has to be defined before options.mk can be included.
Make it so.
diffstat:
www/w3m/Makefile.common | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 7156df5f2f47 -r 1168ce28ec38 www/w3m/Makefile.common
--- a/www/w3m/Makefile.common Fri Jun 03 19:13:35 2005 +0000
+++ b/www/w3m/Makefile.common Fri Jun 03 19:22:20 2005 +0000
@@ -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,9 +20,9 @@
DOCDIR= share/doc/w3m
-.include "options.mk"
+_W3M_USE_IMAGE?= NO
-_W3M_USE_IMAGE?= NO
+.include "options.mk"
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index