summaryrefslogtreecommitdiff
path: root/audio/rioutil
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-09-11 13:57:44 +0000
committerschmonz <schmonz>2002-09-11 13:57:44 +0000
commit909f16ca71063d7552d7d334031ec41b3d85dca2 (patch)
tree91e870b400a94e1e02e6a029940f731317ce3b5f /audio/rioutil
parent6e5a2731654043288997546e7f39c8eafd42fa5f (diff)
downloadpkgsrc-909f16ca71063d7552d7d334031ec41b3d85dca2.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"