diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-16 19:26:43 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-16 19:26:43 +0000 |
commit | a34b8d38b831d19001533639592430f41527a96c (patch) | |
tree | 039439a298b8e93967986e11178208cf8e1adbe2 /accessibility/kmousetool/Makefile | |
parent | eb56f7f7066ae94ebacc2284e0b0000539fca8d9 (diff) |
Notes
Diffstat (limited to 'accessibility/kmousetool/Makefile')
-rw-r--r-- | accessibility/kmousetool/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 2bd6a3d5ba94..0200ebde6ff1 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -30,6 +30,8 @@ MAN1= kmag.1 \ kmousetool.1 \ kmouth.1 +CMAKE_ARGS+= -DBUILD_jovie=OFF + OPTIONS= KTTS "Enable KTTS speech service" off .include <bsd.port.options.mk> @@ -39,10 +41,6 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts .endif post-patch: - ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*jovie/d' \ - ${PATCH_WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/add_subdirectory.*jovie/d' \ - ${PATCH_WRKSRC}/doc/CMakeLists.txt ${REINPLACE_CMD} -e 's/speechd/$$$\{SPEECHD_LIBRARY}/g' \ ${PATCH_WRKSRC}/kaccessible/CMakeLists.txt |