diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
commit | f5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa (patch) | |
tree | 343e91600b9cf81ffb94bf71017b43a88bfcbf45 /net-mgmt/spectools | |
parent | e9e0ba8df0a817712eab81d4a962e79cae35dca1 (diff) |
Notes
Diffstat (limited to 'net-mgmt/spectools')
-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) |