diff options
-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) |