summaryrefslogtreecommitdiff
path: root/devel/libusb1
diff options
context:
space:
mode:
authordholland <dholland>2015-01-04 02:50:42 +0000
committerdholland <dholland>2015-01-04 02:50:42 +0000
commitbb8e89b0f4813de93c972b9225a121536bffcf25 (patch)
treecd18d862b3357147ee8da560dfa4a4bbd508edcf /devel/libusb1
parent88919dea9105bf6fa961b9b41915dd85fb105a79 (diff)
downloadpkgsrc-bb8e89b0f4813de93c972b9225a121536bffcf25.tar.gz
Document NOT_FOR_PLATFORM.
Diffstat (limited to 'devel/libusb1')
-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