summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-08-13 14:32:08 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-08-13 14:32:08 +0000
commitc33d52ff3c3933214f24108b7d5ed11ca52bb8b9 (patch)
tree87de8491e7edc54ef94d83515ad85c4956ef51a7 /x11/kde4-runtime
parent- Enable UTF8 Arphic font by default (diff)
Fix build with custom LOCALBASE.
Reported by: kmoore
Notes
Notes: svn path=/head/; revision=239437
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r--x11/kde4-runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index 4f60533ca2ba..6cd9ebd08127 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -48,6 +48,7 @@ post-patch:
${PATCH_WRKSRC}/khelpcenter/infotree.cpp \
${PATCH_WRKSRC}/kioslave/info/kde-info2html.conf \
${PATCH_WRKSRC}/kioslave/man/kio_man.cpp \
- ${PATCH_WRKSRC}/kioslave/man/man2html.cpp
+ ${PATCH_WRKSRC}/kioslave/man/man2html.cpp \
+ ${PATCH_WRKSRC}/cmake/modules/FindCLucene.cmake
.include <bsd.port.post.mk>