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 5840a7c0841b..e9d3ecf7a8e5 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -12,7 +12,7 @@ COMMENT= QT modules of uim input method USE_QT_VER= 3 USE_AUTOTOOLS= libtool:15 -LIB_DEPENDS= uim.5:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} @@ -33,7 +33,7 @@ IGNORE= requires X11 .endif do-build: - (cd ${WRKSRC}/qt && ${SETENV} ${MAKE_ENV} ${GMAKE} LIBS="-luim -luim-custom") + (cd ${WRKSRC}/qt && ${SETENV} ${MAKE_ENV} ${GMAKE}) do-install: (cd ${WRKSRC}/qt && ${SETENV} ${MAKE_ENV} ${GMAKE} install) |