diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /textproc/iiimf-le-unit | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) | |
download | ports-a9f655130603ff40a917146738a8cb2487ed5f82.tar.gz ports-a9f655130603ff40a917146738a8cb2487ed5f82.zip |
Notes
Diffstat (limited to 'textproc/iiimf-le-unit')
-rw-r--r-- | textproc/iiimf-le-unit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile index 6726387914ba..c64e358faa9d 100644 --- a/textproc/iiimf-le-unit/Makefile +++ b/textproc/iiimf-le-unit/Makefile @@ -16,14 +16,13 @@ DISTFILES= ${DISTNAME}.${IIIMF_VER:S/-/./}${EXTRACT_SUFX} MAINTAINER= kcwu@csie.org COMMENT= Internet/Intranet Input Method Framework language engine unit -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - IIIMF_VER= r11_4-1467 WRKSRC= ${WRKDIR}/${DISTNAME}-${IIIMF_VER}/leif BUILD_WRKSRC= ${WRKSRC}/unit INSTALL_WRKSRC= ${WRKSRC}/unit USE_BZIP2= yes USE_GMAKE= yes +USE_ICONV= yes USE_XLIB= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes |