diff options
author | obache <obache@pkgsrc.org> | 2014-12-26 08:43:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-26 08:43:27 +0000 |
commit | 9586a5323995927c6452bcc95ed003c8d38d22d8 (patch) | |
tree | 2bc29c7797622099c9c2250f0f5c32354fb9b249 /inputmethod | |
parent | c6e982820fd737695278503b95b6e6b91dd0873f (diff) | |
download | pkgsrc-9586a5323995927c6452bcc95ed003c8d38d22d8.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 |