From 732b1338247defd9d1e2cd19fbeae877b8067de3 Mon Sep 17 00:00:00 2001 From: schnoebe Date: Fri, 8 Apr 2011 16:49:32 +0000 Subject: Correct typo on inet6 CONFIGURE_ARGS. --- net/rdesktop/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rdesktop') 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) -- cgit v1.2.3