diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /textproc/iiimf-le-unit | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.gz freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.zst freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.zip |
- Use USE_ICONV knob
Approved by: portmgr
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 |