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 /deskutils/plasma-applet-yawp | |
parent | f2c0dcece1a0ab988e5919e28d970ee6733e908e (diff) | |
download | ports-7fe3743de5b19ba533165bc224cfc566d55f6537.tar.gz ports-7fe3743de5b19ba533165bc224cfc566d55f6537.zip |
Notes
Diffstat (limited to 'deskutils/plasma-applet-yawp')
-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> |