diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
commit | ec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch) | |
tree | 89a2307095c132bb20ec384fd75a853ff48669ed /korean | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.zst freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip |
- Use USE_ICONV knob
Approved by: portmgr
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} |