diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-16 22:47:03 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-16 22:47:03 +0000 |
commit | cf3fbc592f14d546fad841a2f1b9682fac8ca396 (patch) | |
tree | c8459b748f76f5a2df00257adef9770bddec42ad | |
parent | 581f750453d79d39adbfc2c52e80a217c4b89995 (diff) |
- Add dependency on qt4-scripttools.
- Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=283624
-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 |