summaryrefslogtreecommitdiff
path: root/devel/libusb
diff options
context:
space:
mode:
authorgrant <grant>2004-06-06 02:22:15 +0000
committergrant <grant>2004-06-06 02:22:15 +0000
commit93ef215a90fe4b9d4525f019b096c724b5b5822a (patch)
tree29940c798b93c3b0d0b815164e185c56dbe1f4c0 /devel/libusb
parent6081db3008a1010ae0069ee495cc23853cd63596 (diff)
downloadpkgsrc-93ef215a90fe4b9d4525f019b096c724b5b5822a.tar.gz
libusb is only for Darwin, FreeBSD, Linux, NetBSD and OpenBSD.
Diffstat (limited to 'devel/libusb')
-rw-r--r--devel/libusb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index bbe362a5c32..5356d5e850f 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/03 08:45:44 adam Exp $
+# $NetBSD: Makefile,v 1.17 2004/06/06 02:22:15 grant Exp $
DISTNAME= libusb-0.1.8
CATEGORIES= devel
@@ -13,4 +13,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-build-docs
USE_LIBTOOL= YES
+ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
+ONLY_FOR_PLATFORM+= OpenBSD-*-*
+
.include "../../mk/bsd.pkg.mk"