aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-05-09 20:57:00 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-05-09 20:57:00 +0000
commitd0ba37ef10ec7197debd2ee1e3fabade66072f1f (patch)
tree7d724cbdc1529dccef01ab89a1696833ffb5bf6c /accessibility
parenteee1b8f50c9998dbfc5d1b1c44db5a7e34e2ffd3 (diff)
downloadports-d0ba37ef10ec7197debd2ee1e3fabade66072f1f.tar.gz
ports-d0ba37ef10ec7197debd2ee1e3fabade66072f1f.zip
Remove stale CMake argument
Explicitly disable kmousetool to avoid check for libXtst
Notes
Notes: svn path=/head/; revision=273890
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/jovie/Makefile2
-rw-r--r--accessibility/ktts/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile
index c2dfbc575dd0..7fa89420c38b 100644
--- a/accessibility/jovie/Makefile
+++ b/accessibility/jovie/Makefile
@@ -27,7 +27,7 @@ USE_LDCONFIG= yes
DISTINFO_FILE= ${PORTSDIR}/accessibility/kdeaccessibility4/distinfo
MAKE_JOBS_SAFE= yes
-CMAKE_ARGS+= -DKDE4_JOVIE_ALSA:BOOL=OFF
+CMAKE_ARGS+= -DBUILD_kmousetool:BOOL=OFF
BUILD_WRKSRC= ${WRKSRC}/jovie
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/accessibility/ktts/Makefile b/accessibility/ktts/Makefile
index c2dfbc575dd0..7fa89420c38b 100644
--- a/accessibility/ktts/Makefile
+++ b/accessibility/ktts/Makefile
@@ -27,7 +27,7 @@ USE_LDCONFIG= yes
DISTINFO_FILE= ${PORTSDIR}/accessibility/kdeaccessibility4/distinfo
MAKE_JOBS_SAFE= yes
-CMAKE_ARGS+= -DKDE4_JOVIE_ALSA:BOOL=OFF
+CMAKE_ARGS+= -DBUILD_kmousetool:BOOL=OFF
BUILD_WRKSRC= ${WRKSRC}/jovie
INSTALL_WRKSRC= ${BUILD_WRKSRC}