diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2009-09-26 17:42:47 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2009-09-26 17:42:47 +0800 |
commit | 85b577f75a08ca1dd3805190a89f2df29cc9792c (patch) | |
tree | 43b3bbd8b300301c1b2d158bd36dfbc5d9292ce4 /textproc | |
parent | 6c9d171b0c4772fe985eb3849bda6fac817bbd58 (diff) | |
download | freebsd-ports-graphics-85b577f75a08ca1dd3805190a89f2df29cc9792c.tar.gz freebsd-ports-graphics-85b577f75a08ca1dd3805190a89f2df29cc9792c.tar.zst freebsd-ports-graphics-85b577f75a08ca1dd3805190a89f2df29cc9792c.zip |
Add dependency on intltool to fix configure error.
Reported by: pointyhat via pav and QAT
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-qt/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile index c01d55ecda4..15a7a4d0146 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -28,8 +28,6 @@ UIM_SLAVE= yes EXTRA_PATCHES= ${PATCHDIR}/extra-patch-qt_Makefile.in \ ${PATCHDIR}/extra-patch-qt_chardict_po_Makefile.in.in -BROKEN= fails to configure - .if defined(WITHOUT_X11) IGNORE= requires X11 .endif diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index df20823f949..a8123e5169a 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -19,7 +19,7 @@ COMMENT?= Input method library USE_BZIP2= yes USE_LDCONFIG= yes WANT_GNOME= yes -USE_GNOME+= gnometarget glib20 +USE_GNOME+= gnometarget glib20 intltool USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 USE_GETTEXT= yes |