diff options
author | marino <marino@pkgsrc.org> | 2012-07-20 11:30:00 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-20 11:30:00 +0000 |
commit | 72f8bb369a5ecf46a650192969013db2ae93a3f2 (patch) | |
tree | 21945d6f1e8e2c6f56314ad27b51e461640e9931 /devel/libusb1 | |
parent | 72a1f5c3a49fd796bd01231bc6e4eadc6b81a01a (diff) | |
download | pkgsrc-72f8bb369a5ecf46a650192969013db2ae93a3f2.tar.gz |
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.
Diffstat (limited to 'devel/libusb1')
-rw-r--r-- | devel/libusb1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile index 657a17c7266..aff9aee5fb3 100644 --- a/devel/libusb1/Makefile +++ b/devel/libusb1/Makefile @@ -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 |