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 | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105722
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 3 | ||||
-rw-r--r-- | korean/hanterm-xf86/Makefile | 2 | ||||
-rw-r--r-- | korean/mod_url/Makefile | 3 |
3 files changed, 3 insertions, 5 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 diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index e9f55b4394ec..bd98290641ec 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -15,9 +15,9 @@ DISTNAME= hanterm${PKGNAMESUFFIX}-2.0.5-173 MAINTAINER= cjh@FreeBSD.org COMMENT= X11R6-based xterm hacked for managing Korean languages -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf +USE_ICONV= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-boxchar --enable-ansi-color \ diff --git a/korean/mod_url/Makefile b/korean/mod_url/Makefile index 5be0466ddde0..80d29b8d3fbc 100644 --- a/korean/mod_url/Makefile +++ b/korean/mod_url/Makefile @@ -13,9 +13,8 @@ DISTFILES= ${PORTNAME}.c readme.${PORTNAME} MAINTAINER= cjh@FreeBSD.org COMMENT= Apache module for manipulating euc-kr encoded URL -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - USE_APACHE= yes +USE_ICONV= yes do-extract: ${MKDIR} ${WRKSRC} |