diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-10-12 13:12:14 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-10-12 13:12:14 +0000 |
commit | 2def94d6cd99bc56e5195304acd0b5a678414171 (patch) | |
tree | 391ffe7382cc1dc013fe714d542427f2eb84854b /textproc/uim-el | |
parent | db660edede64f4092286a221ccd35aa6d1115e32 (diff) | |
download | ports-2def94d6cd99bc56e5195304acd0b5a678414171.tar.gz ports-2def94d6cd99bc56e5195304acd0b5a678414171.zip |
Notes
Diffstat (limited to 'textproc/uim-el')
-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 |