diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2009-10-12 21:12:14 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2009-10-12 21:12:14 +0800 |
commit | 59370f5d1bc825a6e8f634f006e4bc03ce09f9e7 (patch) | |
tree | 0947b31b4f35d833850ee017bf13eafefb9c12b8 /textproc | |
parent | 812c29b98e3c6c13b293f836816d20555cb6e061 (diff) | |
download | freebsd-ports-gnome-59370f5d1bc825a6e8f634f006e4bc03ce09f9e7.tar.gz freebsd-ports-gnome-59370f5d1bc825a6e8f634f006e4bc03ce09f9e7.tar.zst freebsd-ports-gnome-59370f5d1bc825a6e8f634f006e4bc03ce09f9e7.zip |
Add dependency on intltool to fix configure error.
Reported by: pointyhat via erwin
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-el/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 73479dcac81f..5bbc11659e95 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -15,8 +15,6 @@ DISTNAME= uim-${PORTVERSION} MAINTAINER= nobutaka@freebsd.org COMMENT?= Emacs lisp for uim input method library -BROKEN= does not configure - PROJECTHOST= uim CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \ uim-el-emacs21-[0-9]* @@ -25,6 +23,7 @@ RUN_DEPENDS= uim-el-agent:${PORTSDIR}/textproc/uim USE_BZIP2= yes USE_PERL5_BUILD=yes +USE_GNOME= intltool USE_GMAKE= yes USE_ICONV= yes USE_EMACS= yes |