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 | |
parent | 7d6aa3323f0758c7628ab95b5180d77bf4d8f760 (diff) | |
download | freebsd-ports-graphics-d09b705b514af4c6b8e0a95c28e8e8363302ba88.tar.gz freebsd-ports-graphics-d09b705b514af4c6b8e0a95c28e8e8363302ba88.tar.zst freebsd-ports-graphics-d09b705b514af4c6b8e0a95c28e8e8363302ba88.zip |
Add missing USE_ICONV
-rw-r--r-- | textproc/uim-el/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/scintilla/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 327ee519fe8..de235db4a45 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 diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index 725e189b04d..0ca89548b16 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/gtk USE_X_PREFIX= yes USE_GMAKE= yes +USE_ICONV= yes MAKEFILE= makefile INSTALLS_SHLIB= yes |