summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2011-04-08 16:49:32 +0000
committerschnoebe <schnoebe@pkgsrc.org>2011-04-08 16:49:32 +0000
commit732b1338247defd9d1e2cd19fbeae877b8067de3 (patch)
tree2a44bd499adbe884658ab214ab08ca90ca1cf77a /net/rdesktop
parente0b56b7eecee6a45bce326ad6b941940e41aad32 (diff)
downloadpkgsrc-732b1338247defd9d1e2cd19fbeae877b8067de3.tar.gz
Correct typo on inet6 CONFIGURE_ARGS.
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/options.mk4
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)