diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-07-03 01:17:36 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-07-03 01:17:36 +0800 |
commit | b4503fcab83d93f805c4fad5d02622e2ce9dc903 (patch) | |
tree | 098019b572d75442189a06caaacada9bc1304fd8 /textproc | |
parent | 9fa96695c6c8418ece0cf916c33c6a5f3b7953d1 (diff) | |
download | freebsd-ports-gnome-b4503fcab83d93f805c4fad5d02622e2ce9dc903.tar.gz freebsd-ports-gnome-b4503fcab83d93f805c4fad5d02622e2ce9dc903.tar.zst freebsd-ports-gnome-b4503fcab83d93f805c4fad5d02622e2ce9dc903.zip |
Remove IGNORE mark since I have updated devel/m17n-lib port to 1.3.3.
Diffstat (limited to 'textproc')
-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 && \ |