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 /accessibility/kmouth/Makefile | |
parent | da6ade2349d0bdc372133d4d97bc6988aee94238 (diff) | |
download | ports-a2d3b5a4bc5047210b788a128596ec34749ffa11.tar.gz ports-a2d3b5a4bc5047210b788a128596ec34749ffa11.zip |
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 'accessibility/kmouth/Makefile')
-rw-r--r-- | accessibility/kmouth/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index 0200ebde6ff1..aba07a53127c 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -22,26 +22,21 @@ USE_BZIP2= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes USE_QT_VER= 4 -QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build -USE_XORG= xtst +QT_COMPONENTS= dbus gui qmake_build moc_build rcc_build uic_build +USE_XORG= x11 xext xtst MAKE_JOBS_SAFE= yes +CMAKE_ARGS+= -DBUILD_jovie=OFF MAN1= kmag.1 \ kmousetool.1 \ kmouth.1 -CMAKE_ARGS+= -DBUILD_jovie=OFF - -OPTIONS= KTTS "Enable KTTS speech service" off +OPTIONS= JOVIE "Install Jovie text-to-speech system" on .include <bsd.port.options.mk> -.if defined(WITH_KTTS) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts +.ifndef(WITHOUT_JOVIE) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/jovie .endif -post-patch: - ${REINPLACE_CMD} -e 's/speechd/$$$\{SPEECHD_LIBRARY}/g' \ - ${PATCH_WRKSRC}/kaccessible/CMakeLists.txt - .include <bsd.port.mk> |