diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 13:09:45 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 13:09:45 +0000 |
commit | 02e53bdbc956933d89d2d0772ac8a26ab06ecf91 (patch) | |
tree | 6ae428036696509fdce2536a159b8f187d062040 /textproc/uim-kde/Makefile | |
parent | 223a418f3df932bee4493fcc5aede48d8d822b24 (diff) | |
download | ports-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.tar.gz ports-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.zip |
Notes
Diffstat (limited to 'textproc/uim-kde/Makefile')
-rw-r--r-- | textproc/uim-kde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uim-kde/Makefile b/textproc/uim-kde/Makefile index 838e8809db38..163e40323e8c 100644 --- a/textproc/uim-kde/Makefile +++ b/textproc/uim-kde/Makefile @@ -13,7 +13,7 @@ USE_KDELIBS_VER=3 USE_QT_VER= 3 USE_AUTOTOOLS= libtool:15 -LIB_DEPENDS= uim.5:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-qt:${PORTSDIR}/textproc/uim-qt MASTERDIR= ${.CURDIR}/../../textproc/uim @@ -35,7 +35,7 @@ IGNORE= requires X11 .endif do-build: - (cd ${WRKSRC}/qt && ${SETENV} ${MAKE_ENV} ${GMAKE} LIBTOOL=${WRKSRC}/libtool LIBS="-luim -luim-custom" uim_panelapplet.la) + (cd ${WRKSRC}/qt && ${SETENV} ${MAKE_ENV} ${GMAKE} uim_panelapplet.la) do-install: (cd ${WRKSRC}/qt && ${SETENV} ${MAKE_ENV} ${GMAKE} install-appletLTLIBRARIES install-lnkDATA) |