aboutsummaryrefslogtreecommitdiff
path: root/devel/libusb
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-03-09 17:15:43 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-03-09 17:15:43 +0000
commitf5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa (patch)
tree343e91600b9cf81ffb94bf71017b43a88bfcbf45 /devel/libusb
parente9e0ba8df0a817712eab81d4a962e79cae35dca1 (diff)
downloadports-f5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa.tar.gz
ports-f5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa.zip
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
Notes
Notes: svn path=/head/; revision=229765
Diffstat (limited to 'devel/libusb')
-rw-r--r--devel/libusb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index dedc0dfb72e1..fef64e7d2fb4 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -19,6 +19,10 @@ OPTIONS= SGML "Install developer guide from SGML" off
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800069
+IGNORE= has been already included into base system
+.endif
+
.if defined(WITH_SGML)
BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/jade/catalog:${PORTSDIR}/textproc/jade \
${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular \