diff options
author | obache <obache@pkgsrc.org> | 2010-09-04 05:04:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-04 05:04:57 +0000 |
commit | 8ea9d84d7ba4a0fcc253ad635e6680434af8925d (patch) | |
tree | 29293e11e41d6d40c343758bb6ee63cb09dfddf1 /inputmethod/ibus/Makefile | |
parent | e7a8ea58740dab87e3372c4e0adb5e402f54a33f (diff) | |
download | pkgsrc-8ea9d84d7ba4a0fcc253ad635e6680434af8925d.tar.gz |
exactly pass localedir to configure.
Diffstat (limited to 'inputmethod/ibus/Makefile')
-rw-r--r-- | inputmethod/ibus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index 2d0a111b216..afbd00fadc4 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:56 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/04 05:04:57 obache Exp $ # DISTNAME= ibus-1.3.7 @@ -25,6 +25,7 @@ GCONF_SCHEMAS+= ibus.schemas PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} +CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale BUILD_DEFS+= PKG_SYSCONFBASE |