diff options
Diffstat (limited to 'x11/kde4-runtime/Makefile')
-rw-r--r-- | x11/kde4-runtime/Makefile | 6 |
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 |