summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-25 00:38:41 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-25 00:38:41 +0000
commit2aa1c19517a4ff74ddafb0dfd8293ed2378d4072 (patch)
tree802a0b86600fba5b339171eea0aef6b566946283 /x11/kde4-runtime
parent- install txt2html.dict in DATADIR instead of DOCSDIR, and tell the txt2html (diff)
If not building WITH_MOTIF (required for Netscape plugins), don't try to load
nsplugin in konqueror_config.desktop. PR: 32769 Submitted by: Alan Eldridge <alane@geeksrus.net>
Notes
Notes: svn path=/head/; revision=52135
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r--x11/kde4-runtime/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index 9c4478fed378..1bcf8e3a0c03 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -63,6 +63,12 @@ post-extract:
@${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv
@${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv
+post-patch:
+.if !defined(WITH_MOTIF)
+ @${PERL} -pi -e 's/nsplugin//' \
+ ${WRKSRC}/konqueror/konqueror_config.desktop
+.endif
+
pre-configure:
${MKDIR} ${WRKSRC}/auto-bin
.for AC in autoconf autoheader