diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /comms/hcidump | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) |
Notes
Diffstat (limited to 'comms/hcidump')
-rw-r--r-- | comms/hcidump/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile index 5bd014e94218..b0edbec71933 100644 --- a/comms/hcidump/Makefile +++ b/comms/hcidump/Makefile @@ -19,15 +19,4 @@ MAN1= hcidump.1 MANCOMPRESSED= yes PLIST_FILES= bin/hcidump -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502000 -IGNORE= it needs Bluetooth stack (FreeBSD 5.2 or newer) -.endif - -.if ${OSVERSION} < 502121 -# libbluetooth is only installed on i386 before this version -ONLY_FOR_ARCHS= i386 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |