diff options
author | makc <makc@FreeBSD.org> | 2010-01-24 23:38:38 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-01-24 23:38:38 +0800 |
commit | 27cc800dce3ada9e2bc27d940aa27699b9726a61 (patch) | |
tree | 8525c22f8d28b7e04a1f0629030f88bbe8996e80 /polish/kadu | |
parent | 3d47d4495dee7e10604f84e57f11ae13d6d03ad3 (diff) | |
download | freebsd-ports-gnome-27cc800dce3ada9e2bc27d940aa27699b9726a61.tar.gz freebsd-ports-gnome-27cc800dce3ada9e2bc27d940aa27699b9726a61.tar.zst freebsd-ports-gnome-27cc800dce3ada9e2bc27d940aa27699b9726a61.zip |
Add missing runtime dependency on qt4-imageformats.
This fixes broken/invisible emoticons.
PR: ports/143055
Submitted by: Marcin Wisnicki (maintainer)
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 9669a334ca1c..8cf2493cb740 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -7,7 +7,7 @@ PORTNAME= kadu PORTVERSION= 0.6.5.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://www.kadu.net/download/stable/:kadu \ @@ -42,7 +42,8 @@ CMAKE_USE_PTHREAD= yes USE_QT_VER= 4 QT_COMPONENTS= gui dbus network qt3support script webkit xml \ - qmake_build linguist_build moc_build rcc_build uic_build + qmake_build linguist_build moc_build rcc_build uic_build \ + imageformats_run WANT_GNOME= yes INSTALLS_ICONS= yes |