diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-26 15:23:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-26 15:23:58 +0000 |
commit | a9cffccdf924daa45bc719d1910b9eb0e27b3910 (patch) | |
tree | 6be2ee72a373b03b542c7f80f3e345afee9f87ef /x11/kde4-baseapps/Makefile | |
parent | 5f7d41ca28eab47a24c0919269cc27f4600c2ff3 (diff) | |
download | ports-a9cffccdf924daa45bc719d1910b9eb0e27b3910.tar.gz ports-a9cffccdf924daa45bc719d1910b9eb0e27b3910.zip |
Notes
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index d9ef48815688..115aebef0601 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -50,5 +50,9 @@ post-patch: .if ${OSVERSION} > 800090 @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-libusb20 .endif +.if ${OSVERSION} >= 800100 + @${REINPLACE_CMD} -e 's,usb_revision.h,usbdi.h,g' \ + ${WRKSRC}/../apps/kinfocenter/usbview/usbdevices.h +.endif .include <bsd.port.post.mk> |