summaryrefslogtreecommitdiff
path: root/misc/xjdic/options.mk
diff options
context:
space:
mode:
authordogcow <dogcow@pkgsrc.org>2009-11-10 10:23:15 +0000
committerdogcow <dogcow@pkgsrc.org>2009-11-10 10:23:15 +0000
commit2add19e8cdae4844e1344dbea8b0ff32451f0512 (patch)
tree7e1a69dce1096c55ac05b09e147eef92b8bf0e2d /misc/xjdic/options.mk
parent9b938299f389564215997f7ca39e1029815c47ec (diff)
downloadpkgsrc-2add19e8cdae4844e1344dbea8b0ff32451f0512.tar.gz
add locale patch to honor LOCALE settings (so iso-2022-jp isn't required)
Diffstat (limited to 'misc/xjdic/options.mk')
-rw-r--r--misc/xjdic/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/xjdic/options.mk b/misc/xjdic/options.mk
new file mode 100644
index 00000000000..93df7d36e13
--- /dev/null
+++ b/misc/xjdic/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2009/11/10 10:23:15 dogcow Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.xjdic
+PKG_SUPPORTED_OPTIONS= xjdic-locale
+PKG_SUGGESTED_OPTIONS= xjdic-locale
+
+.include "../../mk/bsd.options.mk"
+
+#die die die
+
+.if !empty(PKG_OPTIONS:Mxjdic-locale)
+PATCH_SITES= http://www.tzone.org/~vandry/xjdic/
+PATCHFILES+= xjdic-24.locale.patch
+.endif