diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-03-27 23:09:11 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-03-27 23:09:11 +0000 |
commit | 76101467e391ddd839a79ce153655f9d8cfedc5b (patch) | |
tree | 3296cb5cea85f62fe7b828a7b242b9ad688a1ab3 /accessibility/kmousetool | |
parent | 5519b275ae003939c9c37503b34cd483613d4833 (diff) | |
download | ports-76101467e391ddd839a79ce153655f9d8cfedc5b.tar.gz ports-76101467e391ddd839a79ce153655f9d8cfedc5b.zip |
Notes
Diffstat (limited to 'accessibility/kmousetool')
-rw-r--r-- | accessibility/kmousetool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 73adb5e5a4c9..f1bade290018 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -23,7 +23,6 @@ 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 -CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib" MAKE_JOBS_SAFE= yes MAN1= kmag.1 \ @@ -43,5 +42,7 @@ post-patch: ${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 .include <bsd.port.mk> |