From 553907df47108a3539f83a63a00cf08a29b77609 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 21 Jun 2012 05:26:01 +0000 Subject: Mark this NOT_FOR netbsd-5, as netbsd-5 doesn't have dtvio.h. --- multimedia/dvb-apps/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'multimedia/dvb-apps') diff --git a/multimedia/dvb-apps/Makefile b/multimedia/dvb-apps/Makefile index 91b88719505..a86cee9a357 100644 --- a/multimedia/dvb-apps/Makefile +++ b/multimedia/dvb-apps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/07/15 22:59:20 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2012/06/21 05:26:01 dholland Exp $ # PKGNAME= dvb-apps-20110713 @@ -14,6 +14,10 @@ COMMENT= Digital Video Broadcasting (DVB) applications PKG_DESTDIR_SUPPORT= user-destdir +# netbsd-5 does not have dev/dtv/dtvio.h or its associated functionality. +# (allow 5.99.* as relatively recent 5.99 may still be in use and should work) +NOT_FOR_PLATFORM+= NetBSD-5.[0-8]* + USE_TOOLS+= gmake perl WRKSRC= ${WRKDIR}/dvb-apps-148ede2a6809 -- cgit v1.2.3