diff options
Diffstat (limited to 'textproc/uim-qt/Makefile')
-rw-r--r-- | textproc/uim-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile index d73050a02576..a7a6d96bf273 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -9,8 +9,8 @@ PKGNAMESUFFIX= -qt COMMENT= QT modules of uim input method -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim -LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 +LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 \ + uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} |