aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim-m17nlib
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2008-05-11 13:09:45 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2008-05-11 13:09:45 +0000
commit02e53bdbc956933d89d2d0772ac8a26ab06ecf91 (patch)
tree6ae428036696509fdce2536a159b8f187d062040 /textproc/uim-m17nlib
parent223a418f3df932bee4493fcc5aede48d8d822b24 (diff)
downloadports-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.tar.gz
ports-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.zip
Update to 1.5.0.
Notes
Notes: svn path=/head/; revision=212904
Diffstat (limited to 'textproc/uim-m17nlib')
-rw-r--r--textproc/uim-m17nlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile
index a278f34bea8a..60ad048f1b3b 100644
--- a/textproc/uim-m17nlib/Makefile
+++ b/textproc/uim-m17nlib/Makefile
@@ -15,7 +15,7 @@ COMMENT= Uim plugin using m17n library input method
BUILD_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db
LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib \
- uim.5:${PORTSDIR}/textproc/uim
+ uim.6:${PORTSDIR}/textproc/uim
RUN_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db
MASTERDIR= ${.CURDIR}/../../textproc/uim
@@ -27,7 +27,7 @@ UIM_SLAVE= yes
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in
do-build:
- (cd ${WRKSRC}/uim && ${GMAKE} LIBS="-luim" libuim-m17nlib.la)
+ (cd ${WRKSRC}/uim && ${GMAKE} libuim-m17nlib.la)
do-install:
(cd ${WRKSRC}/uim && \