diff options
author | wiz <wiz> | 2007-03-08 19:25:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-08 19:25:32 +0000 |
commit | 0dc096efce80b5cc381e755270e8737e280bfed1 (patch) | |
tree | f86a18910b514eba7f155570d48c7ed905d33180 /www/lynx/options.mk | |
parent | 6d58d95eb0e1c722be1a1e399c832782eac7d775 (diff) | |
download | pkgsrc-0dc096efce80b5cc381e755270e8737e280bfed1.tar.gz |
Minor pkglint cleanup, from Sergey Svishchev.
Diffstat (limited to 'www/lynx/options.mk')
-rw-r--r-- | www/lynx/options.mk | 6 |
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 |