aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-06-13 03:23:19 +0800
committerpav <pav@FreeBSD.org>2009-06-13 03:23:19 +0800
commitfdac0ef635083b07973d8283b461e60a492c533e (patch)
tree60c8fb233d53f4c16b5ba00853125faa8334bf17 /graphics
parent92605c461c16b5a80a7a9d12b31323c0c6701415 (diff)
downloadfreebsd-ports-gnome-fdac0ef635083b07973d8283b461e60a492c533e.tar.gz
freebsd-ports-gnome-fdac0ef635083b07973d8283b461e60a492c533e.tar.zst
freebsd-ports-gnome-fdac0ef635083b07973d8283b461e60a492c533e.zip
- Mark BROKEN with USB on CURRENT
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sane-backends/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index a0d9f7d8bde9..4b3d3a4e5392 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --disable-libusb
.else
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
+.else
+BROKEN= does not compile
.endif
.endif