summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-10-03 14:57:10 +0000
committertnn <tnn@pkgsrc.org>2015-10-03 14:57:10 +0000
commitefaaefb8458ce3ae1e776338268898f6d096e3ca (patch)
tree8196e3effd517657d22ca5262f304df36d48aff1 /archivers
parent8bb13c74d67cd84a875abd551dbf10269aab71a6 (diff)
downloadpkgsrc-efaaefb8458ce3ae1e776338268898f6d096e3ca.tar.gz
revert previous, should probably be handled in gettext-tools like
joerg suggested.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/xz/options.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/archivers/xz/options.mk b/archivers/xz/options.mk
index 00a6a5f6c6e..12f1c917b0f 100644
--- a/archivers/xz/options.mk
+++ b/archivers/xz/options.mk
@@ -1,15 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2015/10/03 12:28:45 tnn Exp $
-
-CHECK_BUILTIN.gettext:=yes
-.include "../../devel/gettext-lib/builtin.mk"
-CHECK_BUILTIN.gettext:=no
+# $NetBSD: options.mk,v 1.3 2015/10/03 14:57:10 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xz
PKG_SUPPORTED_OPTIONS= nls
-PKG_SUGGESTED_OPTIONS=
-.if !empty(USE_BUILTIN.gettext:M[yY][eE][sS])
-PKG_SUGGESTED_OPTIONS+= nls
-.endif
+PKG_SUGGESTED_OPTIONS= nls
.include "../../mk/bsd.options.mk"
@@ -18,7 +11,6 @@ PLIST_VARS+= nls
.if !empty(PKG_OPTIONS:Mnls)
PLIST.nls= yes
CONFIGURE_ARGS+= --enable-nls
-USE_TOOLS+= msgfmt msgmerge xgettext
.include "../../devel/gettext-lib/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-nls