diff options
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 7860e1c4360f..992fa09418e3 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -41,6 +41,10 @@ USE_LDCONFIG= yes .include "Makefile.man" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800069 +BROKEN= does not compile due to changes in USB stack +.endif + .if defined(WITHOUT_USB) CONFIGURE_ARGS+= --disable-libusb .else |