summaryrefslogtreecommitdiff
path: root/www/lynx
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
commit51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /www/lynx
parentf3129e07256e493f4c4fbcb6d3b8a8b56805108b (diff)
downloadpkgsrc-51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index bda619f5805..477ebd51a9b 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2005/11/12 13:59:28 adrianp Exp $
+# $NetBSD: Makefile,v 1.85 2005/12/05 23:55:23 rillig Exp $
#
# NOTE: Please do not enable the lynxcgi feature unless it is lynx
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --with-ssl
# Note: --enable-{default-colors,scrollbar} are simply ignored
# for certain settings of --with-screen.
-CONFIGURE_ARGS+= --with-screen=${SCREENTYPE}
+CONFIGURE_ARGS+= --with-screen=${SCREENTYPE:Q}
CONFIGURE_ARGS+= --enable-default-colors
CONFIGURE_ARGS+= --enable-scrollbar