aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-15 08:12:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-15 08:12:38 +0000
commitcd9ef434396beb21cfa73b776446e8deb8e1992b (patch)
tree1ceb8c397d3e2e3860b1a5c0475fc2be2ea9b533 /x11/kde4-baseapps/Makefile
parenta4cdf21221215bb1e8cb79747a4078fbb1b07ac2 (diff)
downloadports-cd9ef434396beb21cfa73b776446e8deb8e1992b.tar.gz
ports-cd9ef434396beb21cfa73b776446e8deb8e1992b.zip
- Fix build with USB 2.0
Submitted by: hps
Notes
Notes: svn path=/head/; revision=235843
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>