diff options
author | pav <pav@FreeBSD.org> | 2009-06-13 03:23:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-13 03:23:19 +0800 |
commit | fdac0ef635083b07973d8283b461e60a492c533e (patch) | |
tree | 60c8fb233d53f4c16b5ba00853125faa8334bf17 /graphics/sane-backends | |
parent | 92605c461c16b5a80a7a9d12b31323c0c6701415 (diff) | |
download | freebsd-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/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
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 |