diff options
author | obache <obache> | 2010-08-11 13:11:56 +0000 |
---|---|---|
committer | obache <obache> | 2010-08-11 13:11:56 +0000 |
commit | 26d23f5bebddcb260164447577e2cbd9711577b9 (patch) | |
tree | 9d443537161ca329072b7e5fd3c66cfcc9040d88 /inputmethod/ibus-hangul | |
parent | 46ee4a50ae2d47c02517e1e9f465eefcf6d7848f (diff) | |
download | pkgsrc-26d23f5bebddcb260164447577e2cbd9711577b9.tar.gz |
Add workaround for upstream Issue#1029:
http://code.google.com/p/ibus/issues/detail?id=1029
Diffstat (limited to 'inputmethod/ibus-hangul')
-rw-r--r-- | inputmethod/ibus-hangul/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus-hangul/Makefile b/inputmethod/ibus-hangul/Makefile index 626a2411338..bb8fbee421f 100644 --- a/inputmethod/ibus-hangul/Makefile +++ b/inputmethod/ibus-hangul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 01:58:15 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:57 obache Exp $ # DISTNAME= ibus-hangul-1.3.0.20100329 @@ -22,6 +22,8 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= setup/ibus-setup-hangul.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' +.include "../../inputmethod/ibus/bad-env-usage.mk" + BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.10 .include "../../inputmethod/libhangul/buildlink3.mk" .include "../../inputmethod/ibus/buildlink3.mk" |