diff options
Diffstat (limited to 'accessibility/kmag/Makefile')
-rw-r--r-- | accessibility/kmag/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index 2bd6a3d5ba94..0200ebde6ff1 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/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 |