diff options
author | schmonz <schmonz> | 2002-09-11 13:57:44 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-09-11 13:57:44 +0000 |
commit | 909f16ca71063d7552d7d334031ec41b3d85dca2 (patch) | |
tree | 91e870b400a94e1e02e6a029940f731317ce3b5f /audio | |
parent | 6e5a2731654043288997546e7f39c8eafd42fa5f (diff) | |
download | pkgsrc-909f16ca71063d7552d7d334031ec41b3d85dca2.tar.gz |
Re-add support for the appropriate pre-1.6 NetBSD-current.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rioutil/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index a9346dc8c63..7aaa45d8518 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/10 23:33:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/11 13:57:44 schmonz Exp $ # DISTNAME= rioutil-1.2a4 @@ -19,6 +19,8 @@ CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-* +# depends on -r1.6 of sys/dev/usb/urio.c +ONLY_FOR_PLATFORM+= NetBSD-1.5Z-* NetBSD-1.5Z[A-Z]-* .include "../../audio/id3lib/buildlink2.mk" .include "../../devel/libusb/buildlink2.mk" |