diff options
Diffstat (limited to 'textproc/ibus-qt/Makefile')
-rw-r--r-- | textproc/ibus-qt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ibus-qt/Makefile b/textproc/ibus-qt/Makefile index 1b23658c63e2..01c22a2f700d 100644 --- a/textproc/ibus-qt/Makefile +++ b/textproc/ibus-qt/Makefile @@ -15,10 +15,10 @@ COMMENT= IBus input method module for Qt4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ibus>=1.3.7:${PORTSDIR}/textproc/ibus -RUN_DEPENDS= ibus>=1.3.7:${PORTSDIR}/textproc/ibus -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ - libicuuc.so:${PORTSDIR}/devel/icu +BUILD_DEPENDS= ibus>=1.3.7:textproc/ibus +RUN_DEPENDS= ibus>=1.3.7:textproc/ibus +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libicuuc.so:devel/icu GH_ACCOUNT= ibus |