From 08bfa7c4aa027efa35afd531304e476e4f713b80 Mon Sep 17 00:00:00 2001 From: stas Date: Mon, 9 Mar 2009 17:15:43 +0000 Subject: - 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 --- net-mgmt/spectools/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index 65aca75f8e64..471acece2e93 100644 --- a/net-mgmt/spectools/Makefile +++ b/net-mgmt/spectools/Makefile @@ -15,8 +15,6 @@ DISTNAME= spectools-2007-10-R2 MAINTAINER= brix@FreeBSD.org COMMENT= Tools for the 2.4GHz Wi-Spy spectrum analyzers from MetaGeek LLC -LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb - GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -34,6 +32,10 @@ IGNORE= is unsupported on systems prior to FreeBSD v602101 IGNORE= is unsupported on systems prior to FreeBSD v700027 .endif +.if ${OSVERSION} < 800069 +LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb +.endif + ALL_TARGET= spectool_net spectool_raw .if defined(WITH_GTK) -- cgit