summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 02:50:42 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 02:50:42 +0000
commitc30fb6047fdaa3ad9d27150afc3eabc6c66d85f3 (patch)
treecd18d862b3357147ee8da560dfa4a4bbd508edcf /devel
parent1eebce2b9e9c393244ef89fae084f74f9dda4896 (diff)
downloadpkgsrc-c30fb6047fdaa3ad9d27150afc3eabc6c66d85f3.tar.gz
Document NOT_FOR_PLATFORM.
Diffstat (limited to 'devel')
-rw-r--r--devel/libusb1/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile
index ff1a139f39d..deb4d69f210 100644
--- a/devel/libusb1/Makefile
+++ b/devel/libusb1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/02/07 10:19:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/01/04 02:50:42 dholland Exp $
DISTNAME= libusb-1.0.9
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
@@ -12,6 +12,9 @@ HOMEPAGE= http://libusb.info/
COMMENT= USB Access Library (version 1)
LICENSE= gnu-lgpl-v2.1
+# Solaris doesn't support the hardware-level interface (IIRC).
+# Works on Dragonfly but explicitly not wanted by DragonFly upstream;
+# see PR 47042.
NOT_FOR_PLATFORM= DragonFly-*-* SunOS-*-*
GNU_CONFIGURE= yes