summaryrefslogtreecommitdiff
path: root/www/lynx/options.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-08 19:25:32 +0000
committerwiz <wiz@pkgsrc.org>2007-03-08 19:25:32 +0000
commit33043e8906ade7c413b9b8eed2210b76079b5d92 (patch)
treef86a18910b514eba7f155570d48c7ed905d33180 /www/lynx/options.mk
parentc1961bd5a92f878fc01ad4d9689762be23b9432d (diff)
downloadpkgsrc-33043e8906ade7c413b9b8eed2210b76079b5d92.tar.gz
Minor pkglint cleanup, from Sergey Svishchev.
Diffstat (limited to 'www/lynx/options.mk')
-rw-r--r--www/lynx/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lynx/options.mk b/www/lynx/options.mk
index ef0d68c3c3a..bd8a0210984 100644
--- a/www/lynx/options.mk
+++ b/www/lynx/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2007/01/16 07:06:38 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2007/03/08 19:25:32 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lynx
PKG_SUPPORTED_OPTIONS= inet6
@@ -55,11 +55,11 @@ CONFIGURE_ARGS+= --enable-color-style
### SOCKS support
###
.if !empty(PKG_OPTIONS:Msocks4)
-CONFIGURE_ARGS+= --with-socks
+CONFIGURE_ARGS+= --with-socks
. include "../../net/socks4/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Msocks5)
-CONFIGURE_ARGS+= --with-socks5
+CONFIGURE_ARGS+= --with-socks5
. include "../../net/socks5/buildlink3.mk"
.endif