summaryrefslogtreecommitdiff
path: root/www/w3m/options.mk
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /www/w3m/options.mk
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.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