diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-06 18:09:19 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-06 18:09:19 +0000 |
commit | 7fe3743de5b19ba533165bc224cfc566d55f6537 (patch) | |
tree | ad0376f76ee2202a9a65c124fe63da5de223fe83 | |
parent | Add missing dependency on libmpcdec (diff) |
Fix build with KDE 4.5
PR: ports/150320
Submitted by: Jason E. Hale (maintainer)
Notes
Notes:
svn path=/head/; revision=260650
-rw-r--r-- | deskutils/plasma-applet-yawp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-yawp/Makefile b/deskutils/plasma-applet-yawp/Makefile index dc03b9fbef71..223baa147591 100644 --- a/deskutils/plasma-applet-yawp/Makefile +++ b/deskutils/plasma-applet-yawp/Makefile @@ -27,5 +27,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-GPL2 post-patch: ${ECHO_CMD} >> ${WRKSRC}/applet/utils.h + ${REINPLACE_CMD} -e 's|KDE_VERSION_MINOR == 4|KDE_VERSION_MINOR >= 4|g' \ + `find ${WRKSRC} -name "*.h" -or -name "*.cpp"` .include <bsd.port.mk> |