diff options
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 |