summaryrefslogtreecommitdiff
path: root/audio/rioutil
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-09-11 13:57:44 +0000
committerschmonz <schmonz@pkgsrc.org>2002-09-11 13:57:44 +0000
commit218b0c78440863aa4a2a31c6166c91e66c79e8f6 (patch)
tree91e870b400a94e1e02e6a029940f731317ce3b5f /audio/rioutil
parent92b6ff1e2035a51ffe3f0a7706310e350e692f24 (diff)
downloadpkgsrc-218b0c78440863aa4a2a31c6166c91e66c79e8f6.tar.gz
Re-add support for the appropriate pre-1.6 NetBSD-current.
Diffstat (limited to 'audio/rioutil')
-rw-r--r--audio/rioutil/Makefile4
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"