diff options
author | grant <grant@pkgsrc.org> | 2004-06-06 02:22:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-06 02:22:15 +0000 |
commit | 450eaed55090e27acf1f7f8e5a7e2560fcced352 (patch) | |
tree | 29940c798b93c3b0d0b815164e185c56dbe1f4c0 /devel/libusb | |
parent | 492fa68c52a07c0f11137dc323199de603340266 (diff) | |
download | pkgsrc-450eaed55090e27acf1f7f8e5a7e2560fcced352.tar.gz |
libusb is only for Darwin, FreeBSD, Linux, NetBSD and OpenBSD.
Diffstat (limited to 'devel/libusb')
-rw-r--r-- | devel/libusb/Makefile | 5 |
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" |