diff options
author | makc <makc@FreeBSD.org> | 2011-05-10 04:57:00 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-05-10 04:57:00 +0800 |
commit | cb10af8fe6e06bdcfd5c6a854223d1ec97d95c83 (patch) | |
tree | 4d656e52aab3829be2bb2803b70a6220a8d7bd30 /accessibility/jovie | |
parent | 213d466a1fd23e8e9e026cd078875dc7abbf4ebf (diff) | |
download | freebsd-ports-gnome-cb10af8fe6e06bdcfd5c6a854223d1ec97d95c83.tar.gz freebsd-ports-gnome-cb10af8fe6e06bdcfd5c6a854223d1ec97d95c83.tar.zst freebsd-ports-gnome-cb10af8fe6e06bdcfd5c6a854223d1ec97d95c83.zip |
Remove stale CMake argument
Explicitly disable kmousetool to avoid check for libXtst
Diffstat (limited to 'accessibility/jovie')
-rw-r--r-- | accessibility/jovie/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |