pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libusb libusb is only for Darwin, FreeBSD, Linux...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fe590bc4529
branches:  trunk
changeset: 476276:6fe590bc4529
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 06 02:22:15 2004 +0000

description:
libusb is only for Darwin, FreeBSD, Linux, NetBSD and OpenBSD.

diffstat:

 devel/libusb/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 01c0561c53f3 -r 6fe590bc4529 devel/libusb/Makefile
--- a/devel/libusb/Makefile     Sun Jun 06 01:33:17 2004 +0000
+++ b/devel/libusb/Makefile     Sun Jun 06 02:22:15 2004 +0000
@@ -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 @@
 CONFIGURE_ARGS+=       --disable-build-docs
 USE_LIBTOOL=           YES
 
+ONLY_FOR_PLATFORM=     Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
+ONLY_FOR_PLATFORM+=    OpenBSD-*-*
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index