aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-runtime
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-08-13 22:32:08 +0800
committermakc <makc@FreeBSD.org>2009-08-13 22:32:08 +0800
commit162cfc32e7cf3192bcdd7ef650f3b8b4bf073284 (patch)
treec167cf62691d0cbe184dfa2dcecd02cbd3a7832d /x11/kde4-runtime
parent1c53963df085d45b20567904fd38ee72d38145fb (diff)
downloadfreebsd-ports-gnome-162cfc32e7cf3192bcdd7ef650f3b8b4bf073284.tar.gz
freebsd-ports-gnome-162cfc32e7cf3192bcdd7ef650f3b8b4bf073284.tar.zst
freebsd-ports-gnome-162cfc32e7cf3192bcdd7ef650f3b8b4bf073284.zip
Fix build with custom LOCALBASE.
Reported by: kmoore
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>