summaryrefslogtreecommitdiff
path: root/lang/gcc44
diff options
context:
space:
mode:
authortnn <tnn>2009-10-24 20:16:02 +0000
committertnn <tnn>2009-10-24 20:16:02 +0000
commit5e9338e3df0dde0a7373036421063dcb78ad313f (patch)
tree516c2a9ba729811051f1b35b57c3b64823cca8c4 /lang/gcc44
parentc26b74d068c7a37b33a41a118c4a3c212eff5f9e (diff)
downloadpkgsrc-5e9338e3df0dde0a7373036421063dcb78ad313f.tar.gz
remove unused var
Diffstat (limited to 'lang/gcc44')
-rw-r--r--lang/gcc44/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc44/options.mk b/lang/gcc44/options.mk
index 70a04919c9e..feeaa4ba972 100644
--- a/lang/gcc44/options.mk
+++ b/lang/gcc44/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/10/24 20:15:05 tnn Exp $
+# $NetBSD: options.mk,v 1.2 2009/10/24 20:16:02 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc44
PKG_SUPPORTED_OPTIONS= nls
@@ -9,13 +9,10 @@ PKG_SUGGESTED_OPTIONS+= nls
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= nls
-
###
### Native Language Support
###
.if !empty(PKG_OPTIONS:Mnls)
-PLIST.nls= yes
CONFIGURE_ARGS+= --enable-nls
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"