diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
commit | a5f9cc91c28e33d61678c2ad38bb9108ec2e58f4 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /korean | |
parent | b997ee32c898a372f1adc43d6637b8c37f2f5065 (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hunspell/Makefile | 3 | ||||
-rw-r--r-- | korean/ibus-hangul/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index f781f1af4618..8d1f766c3253 100644 --- a/korean/hunspell/Makefile +++ b/korean/hunspell/Makefile @@ -14,8 +14,7 @@ LICENSE_COMB= dual BUILD_DEPENDS+= py*-lxml>=0:${PORTSDIR}/devel/py-lxml -USES= gmake tar:xz -USE_PYTHON_BUILD= yes +USES= gmake python:build tar:xz PLIST_FILES= %%DATADIR%%/ko_KR.aff \ %%DATADIR%%/ko_KR.dic diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index c6298d0c1b1b..c70bab1545ca 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -20,9 +20,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes -USES= gmake libtool pkgconfig +USES= gmake libtool pkgconfig python USE_GNOME= intlhack pygobject3 -USE_PYTHON= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= NLS |