diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/spectools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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) |