summaryrefslogtreecommitdiff
path: root/www/w3m/options.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /www/w3m/options.mk
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'www/w3m/options.mk')
-rw-r--r--www/w3m/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/options.mk b/www/w3m/options.mk
index 4923c8baf9f..5d50316fb99 100644
--- a/www/w3m/options.mk
+++ b/www/w3m/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2005/10/05 13:29:49 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2005/12/05 23:55:23 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.w3m
PKG_SUPPORTED_OPTIONS= w3m-lynx-key w3m-m17n w3m-unicode
@@ -54,7 +54,7 @@ _W3M_IMAGELIB= ${_imagelib:C|^w3m-image-||}
. endif
. endfor
USE_X11= YES
-CONFIGURE_ARGS+= --enable-image=x11 --with-imagelib=${_W3M_IMAGELIB}
+CONFIGURE_ARGS+= --enable-image=x11 --with-imagelib=${_W3M_IMAGELIB:Q}
PLIST_SUBST+= USE_IMAGE=''
. include "../../graphics/${_W3M_IMAGELIB}/buildlink3.mk"
.else