diff --git a/dports/kde/kdelibs4/Portfile b/dports/kde/kdelibs4/Portfile
index 7f4bd85..179a927 100644
--- a/dports/kde/kdelibs4/Portfile
+++ b/dports/kde/kdelibs4/Portfile
@@ -6,6 +6,7 @@ PortGroup           kde4   1.0
 
 name                kdelibs4
 version             4.3.2
+revision            1
 categories          kde kde4
 maintainers         snc m4x.org:jeremy_laine
 description         KDE4 core libraries
@@ -36,7 +37,8 @@ depends_lib-append  \
                     port:aspell port:aspell-dict-en
                     #port:phonon \
 
-patchfiles          dont-use-fdatasync.patch \
+patchfiles          default-kde4-xdg-menu-prefix.patch \
+                    dont-use-fdatasync.patch \
                     dont-use-carbon-keyboard.patch \
                     nameser-compat.patch
 patch.dir           ${workpath}/${distname}

