From 72f8bb369a5ecf46a650192969013db2ae93a3f2 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 20 Jul 2012 11:30:00 +0000 Subject: 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. --- devel/libusb1/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/libusb1') 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 -- cgit v1.2.3