diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-02 17:17:36 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-02 17:17:36 +0000 |
commit | abf5d7c6df16ed38e34ef334c3466adc1503a828 (patch) | |
tree | 32949a1e25288e90f1826298ff25e59061bc7a9e /textproc/uim-m17nlib/Makefile | |
parent | 23ba075ee21683b44b9136f7196479be04f19443 (diff) | |
download | ports-abf5d7c6df16ed38e34ef334c3466adc1503a828.tar.gz ports-abf5d7c6df16ed38e34ef334c3466adc1503a828.zip |
Remove IGNORE mark since I have updated devel/m17n-lib port to 1.3.3.
Notes
Notes:
svn path=/head/; revision=166770
Diffstat (limited to 'textproc/uim-m17nlib/Makefile')
-rw-r--r-- | textproc/uim-m17nlib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index 45a64fe79dee..dbe18c204187 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -18,12 +18,10 @@ CONFIGURE_ARGS= --with-m17nlib UIM_SLAVE= yes -IGNORE= requires m17n-lib-1.3.1 or later - EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in do-build: - (cd ${WRKSRC}/uim && ${GMAKE} libuim-m17nlib.la) + (cd ${WRKSRC}/uim && ${GMAKE} LIBS="-luim" libuim-m17nlib.la) do-install: (cd ${WRKSRC}/uim && \ |