diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-25 00:38:41 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-25 00:38:41 +0000 |
commit | 2aa1c19517a4ff74ddafb0dfd8293ed2378d4072 (patch) | |
tree | 802a0b86600fba5b339171eea0aef6b566946283 /x11/kdebase3 | |
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>
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 9c4478fed378..1bcf8e3a0c03 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/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 |