diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-08-10 22:47:14 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-08-10 22:47:14 +0000 |
commit | d8418076378f03c9812efc5c7a6e5720b0d1409e (patch) | |
tree | 53d25ac442ec5a3d9db92cd1ebdfd8aa966d0f81 /korean | |
parent | 0e62938ac1c208edac48bdff24f4c224c1d6fcdc (diff) | |
download | ports-d8418076378f03c9812efc5c7a6e5720b0d1409e.tar.gz ports-d8418076378f03c9812efc5c7a6e5720b0d1409e.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ibus-hangul/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index 40e2ec669977..75860b05db87 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -15,8 +15,8 @@ COMMENT= Hangul input engine for IBus LICENSE= GPLv2 -LIB_DEPENDS= hangul.1:${PORTSDIR}/korean/libhangul -RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= hangul.1:${PORTSDIR}/korean/libhangul \ + ibus.2:${PORTSDIR}/textproc/ibus PROJECTHOST= ibus @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= intltool +USE_GNOME= intltool pkgconfig USE_PYTHON= yes post-install: |