diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
commit | a2d3b5a4bc5047210b788a128596ec34749ffa11 (patch) | |
tree | c3c20b47c3435ddcaf02b8570db6aab5b70011af /www/kdewebdev4/Makefile | |
parent | da6ade2349d0bdc372133d4d97bc6988aee94238 (diff) |
The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports
We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.
PR: 156293 [1]
159219 [2]
160164 [3]
Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1]
Alvaro Castillo <gobledb@gmail.com> [2]
dkeav04@gmail.com [3]
Tested by: exp-run via pav
Notes
Notes:
svn path=/head/; revision=283641
Diffstat (limited to 'www/kdewebdev4/Makefile')
-rw-r--r-- | www/kdewebdev4/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 21dba587819b..37346848bb76 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -14,16 +14,18 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment -LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib +LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib \ + boost_thread.4:${PORTSDIR}/devel/boost-libs LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes -USE_QT_VER= 4 +USE_GNOME= libxml2 libxslt USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes -QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build \ - porting_build uic3_build +USE_QT_VER= 4 +QT_COMPONENTS= dbus porting_build \ + qmake_build moc_build rcc_build uic_build uic3_build MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |