diff options
author | jkim <jkim@FreeBSD.org> | 2011-08-11 06:47:14 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2011-08-11 06:47:14 +0800 |
commit | 436f8ca0df9dfa759f8217a7514da2a030c80328 (patch) | |
tree | 66af8e581ac1b456fac1a52fbecebfd5f6c478e5 /korean | |
parent | c3b6bc73a29387e6d782403b48d45990b7a80511 (diff) | |
download | freebsd-ports-gnome-436f8ca0df9dfa759f8217a7514da2a030c80328.tar.gz freebsd-ports-gnome-436f8ca0df9dfa759f8217a7514da2a030c80328.tar.zst freebsd-ports-gnome-436f8ca0df9dfa759f8217a7514da2a030c80328.zip |
Fix build dependencies.
Reported by: pointyhat
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: |