aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r--x11/kde4-baseapps/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index 329831a7fd91..7cb4348e1a2e 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -41,7 +41,14 @@ MAN1= kappfinder.1 \
kbookmarkmerger.1 \
kfind.1
+.include <bsd.port.pre.mk>
+
post-extract:
${MKDIR} ${WRKSRC}
-.include <bsd.port.mk>
+post-patch:
+.if ${OSVERSION} > 800090
+ @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-libusb20
+.endif
+
+.include <bsd.port.post.mk>