diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-01-13 23:16:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-01-13 23:16:38 +0000 |
commit | e014235229826257696ec1f485e766dd86cbc6ad (patch) | |
tree | f6680de22596a08d3735560b2266ae6964a455b7 /databases/akonadi | |
parent | 7b48a2a251c81c4e78169f4fc9dbdd4db6543ff2 (diff) |
kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=225995
Diffstat (limited to 'databases/akonadi')
-rw-r--r-- | databases/akonadi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index 776f47e4ce65..d3fba1472de9 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -6,6 +6,7 @@ PORTNAME= akonadi PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= databases kde ipv6 MASTER_SITES= http://akonadi.omat.nl/ DIST_SUBDIR= KDE @@ -22,7 +23,8 @@ RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ USE_BZIP2= yes USE_QT_VER= 4 USE_XORG= x11 -QT_COMPONENTS= corelib network qtestlib moc rcc uic qmake dbus +QT_COMPONENTS= corelib network qtestlib dbus \ + qmake_build moc_build rcc_build uic_build USE_MYSQL= yes USE_KDE4= kdeprefix kdehier automoc4 sharedmime KDE4_BUILDENV= yes |