diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 12:25:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 12:25:54 +0800 |
commit | d09b705b514af4c6b8e0a95c28e8e8363302ba88 (patch) | |
tree | f9f5f8f075d25a4c13bed8181542a0b75c6f7abc /textproc/uim-el | |
parent | 7d6aa3323f0758c7628ab95b5180d77bf4d8f760 (diff) | |
download | freebsd-ports-gnome-d09b705b514af4c6b8e0a95c28e8e8363302ba88.tar.gz freebsd-ports-gnome-d09b705b514af4c6b8e0a95c28e8e8363302ba88.tar.zst freebsd-ports-gnome-d09b705b514af4c6b8e0a95c28e8e8363302ba88.zip |
Add missing USE_ICONV
Diffstat (limited to 'textproc/uim-el')
-rw-r--r-- | textproc/uim-el/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 327ee519fe82..de235db4a45c 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= uim-el-agent:${PORTSDIR}/textproc/uim USE_PERL5_BUILD=yes USE_GMAKE= yes +USE_ICONV= yes GNU_CONFIGURE= yes EMACS_PORT_NAME?= emacs21 |