diff options
author | avilla <avilla@FreeBSD.org> | 2011-10-17 06:47:03 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-10-17 06:47:03 +0800 |
commit | 6a36f68d8fa5ba428db183dc5e73137218f5a923 (patch) | |
tree | 567a6af9e261932be66fee561e0e9910f7ea75f7 /polish | |
parent | 4c81d41d2399976e7eb0d739a26c15a1508a1cc9 (diff) | |
download | freebsd-ports-gnome-6a36f68d8fa5ba428db183dc5e73137218f5a923.tar.gz freebsd-ports-gnome-6a36f68d8fa5ba428db183dc5e73137218f5a923.tar.zst freebsd-ports-gnome-6a36f68d8fa5ba428db183dc5e73137218f5a923.zip |
- Add dependency on qt4-scripttools.
- Bump PORTREVISION.
Diffstat (limited to 'polish')
-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 0a1b71839461..300b29b5b388 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -7,6 +7,7 @@ PORTNAME= kadu PORTVERSION= 0.10.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://download.kadu.im/stable/:kadu \ @@ -44,8 +45,8 @@ CMAKE_USE_PTHREAD=yes MAKE_JOBS_SAFE= yes USE_QT_VER= 4 -QT_COMPONENTS= gui dbus network script webkit xml qmake_build \ - linguist_build moc_build rcc_build uic_build \ +QT_COMPONENTS= dbus gui network script scripttools webkit xml \ + linguist_build moc_build qmake_build rcc_build uic_build \ imageformats_run sql-sqlite3_run WANT_GNOME= yes INSTALLS_ICONS= yes |