devel/libusb1: Mark NOT-FOR-DRAGONFLY
The library has to be specifically and non-trivially ported to each platform it supports and currently it is not ported to DragonFly. Moveover, FreeBSD's USB stack, which uses the same API, is intended to ported to DragonFly in the near future.
This commit is contained in:
parent
72a1f5c3a4
commit
72f8bb369a
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/05/30 15:28:59 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/07/20 11:30:00 marino Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libusb-1.0.9
|
||||
|
@ -14,6 +14,8 @@ LICENSE= gnu-lgpl-v2.1
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
NOT_FOR_PLATFORM= DragonFly-*-*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
|
Loading…
Reference in a new issue