diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-03-22 03:58:00 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-03-22 03:58:00 +0000 |
commit | 1ec44d55ec625dc575219c7e1e00288d16996500 (patch) | |
tree | 72d3c45b6a5a1230c7121d94ff2b01de4e57f0c0 /audio/rioutil | |
parent | b66a2325d8ae6966e38b0419f299c0ddd70e57ae (diff) | |
download | pkgsrc-1ec44d55ec625dc575219c7e1e00288d16996500.tar.gz |
Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.
Diffstat (limited to 'audio/rioutil')
-rw-r--r-- | audio/rioutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 183bd0e7fe4..2d1d2949619 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/14 00:54:44 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/22 03:58:00 kristerw Exp $ # DISTNAME= rioutil-1.3.3 @@ -16,7 +16,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-libusb -ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-* +ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-* NetBSD-[2-9]*-* # depends on -r1.6 of sys/dev/usb/urio.c ONLY_FOR_PLATFORM+= NetBSD-1.5Z-* NetBSD-1.5Z[A-Z]-* |