diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /korean/ami | |
parent | Make the last line of Makefile to be (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'korean/ami')
-rw-r--r-- | korean/ami/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 9617d912af40..34b285f6e94f 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -18,9 +18,8 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@FreeBSD.org COMMENT= Well-known Korean X11 Input Method -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - USE_GETTEXT= yes +USE_ICONV= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 gdkpixbuf |