From 54f04c3ca320c9231065ba1e83894fc77b68152a Mon Sep 17 00:00:00 2001 From: makc Date: Mon, 6 Sep 2010 18:09:19 +0000 Subject: Fix build with KDE 4.5 PR: ports/150320 Submitted by: Jason E. Hale (maintainer) --- deskutils/plasma-applet-yawp/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deskutils') 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 -- cgit