summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-10-24 20:16:02 +0000
committertnn <tnn@pkgsrc.org>2009-10-24 20:16:02 +0000
commitd2b5d60cd6dbb282c4c4f9bd5c751e4937a4efab (patch)
tree516c2a9ba729811051f1b35b57c3b64823cca8c4 /lang
parent8109f14f077fd3e138038c09346f27aafc51e78a (diff)
downloadpkgsrc-d2b5d60cd6dbb282c4c4f9bd5c751e4937a4efab.tar.gz
remove unused var
Diffstat (limited to 'lang')
-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"