diff options
author | obache <obache> | 2014-12-26 08:43:27 +0000 |
---|---|---|
committer | obache <obache> | 2014-12-26 08:43:27 +0000 |
commit | 859cf20c351e6085e10b1d8cfcbd1389f8730424 (patch) | |
tree | 2bc29c7797622099c9c2250f0f5c32354fb9b249 /inputmethod | |
parent | 9cbbce762444b8e95e111645eea5d29044321b0c (diff) | |
download | pkgsrc-859cf20c351e6085e10b1d8cfcbd1389f8730424.tar.gz |
Prepare PKG_SYSCONFSUBDIR addtion, PKG_SYCONFIDR point to uim own one.
Fixes a part of PR pkg/49504 by YAMASHIRO Jun.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk index d51ceb8b28a..1b0e388b0af 100644 --- a/inputmethod/uim/options.mk +++ b/inputmethod/uim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.31 2014/12/26 08:37:14 obache Exp $ +# $NetBSD: options.mk,v 1.32 2014/12/26 08:43:27 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.uim PKG_SUPPORTED_OPTIONS= anthy canna curl eb expat ffi gnome gnome3 gtk gtk3 m17nlib openssl prime sj3 sqlite uim-fep wnn4 xim @@ -100,7 +100,7 @@ PLIST.curl= yes .if !empty(PKG_OPTIONS:Meb) .include "../../textproc/eb/buildlink3.mk" CONFIGURE_ARGS+= --with-eb -CONFIGURE_ARGS+= --with-eb-conf=${PKG_SYSCONFDIR}/eb.conf +CONFIGURE_ARGS+= --with-eb-conf=${PKG_SYSCONFBASE}/eb.conf PLIST.eb= yes .endif |