diff options
author | schnoebe <schnoebe> | 2011-04-08 16:49:32 +0000 |
---|---|---|
committer | schnoebe <schnoebe> | 2011-04-08 16:49:32 +0000 |
commit | 3e0c224915f2748d035999ab832b5c1884f7894c (patch) | |
tree | 2a44bd499adbe884658ab214ab08ca90ca1cf77a /net | |
parent | b6119f71d54dd5b83a9b2c00a2e91b4783898877 (diff) | |
download | pkgsrc-3e0c224915f2748d035999ab832b5c1884f7894c.tar.gz |
Correct typo on inet6 CONFIGURE_ARGS.
Diffstat (limited to 'net')
-rw-r--r-- | net/rdesktop/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdesktop/options.mk b/net/rdesktop/options.mk index de84db1e25a..711de3be98a 100644 --- a/net/rdesktop/options.mk +++ b/net/rdesktop/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2008/09/12 16:00:56 sborrill Exp $ +# $NetBSD: options.mk,v 1.3 2011/04/08 16:49:32 schnoebe Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rdesktop PKG_SUPPORTED_OPTIONS+= inet6 ssl @@ -10,7 +10,7 @@ PKG_SUGGESTED_OPTIONS+= inet6 ssl ### Support both IPv6 and IPv4 connections. ### .if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGE+= --with-ipv6 +CONFIGURE_ARGS+= --with-ipv6 .endif .if !empty(PKG_OPTIONS:Mssl) |