summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2014-12-26 08:43:27 +0000
committerobache <obache>2014-12-26 08:43:27 +0000
commitbd35d55158d7d2131d30bc7318721746d0c32266 (patch)
tree2bc29c7797622099c9c2250f0f5c32354fb9b249
parent8b6ceb3a9b1433af54545c4deeaf4e22273371e3 (diff)
downloadpkgsrc-bd35d55158d7d2131d30bc7318721746d0c32266.tar.gz
Prepare PKG_SYSCONFSUBDIR addtion, PKG_SYCONFIDR point to uim own one.
Fixes a part of PR pkg/49504 by YAMASHIRO Jun.
-rw-r--r--inputmethod/uim/options.mk4
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