forked from Lainports/freebsd-ports
Add dependency on intltool to fix configure error.
Reported by: pointyhat via pav and QAT Feature safe: yes
This commit is contained in:
parent
94831ccfdc
commit
1cd219c089
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue