diff options
-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> |