diff options
author | tron <tron> | 1999-07-16 22:37:19 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-16 22:37:19 +0000 |
commit | 790bc991dbad1ab2c4a1f37fb641e2930af95a58 (patch) | |
tree | c8530d89dc5521268f4dfb70924de7c282f2b112 /graphics | |
parent | cc5c32ae641805f4339467c2d6e850f71c4f9fda (diff) | |
download | pkgsrc-790bc991dbad1ab2c4a1f37fb641e2930af95a58.tar.gz |
Because clone(2) was broken in NetBSD 1.4C to 1.4F - and is still broken
in 1.4G, but that may change - exclude these versions from the list of
supported platforms, too.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mtv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 3e75e2cec0a..777c3e5e453 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 1999/07/15 18:09:21 thorpej Exp $ +# $NetBSD: Makefile,v 1.6 1999/07/16 22:37:19 tron Exp $ DISTNAME= mtv-1.0.9.10 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/RPMS/ \ ftp://ftp.mpeg.org/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/RPMS/ DISTFILES= ${DISTNAME}-1.i386.rpm SDL-0.9.9-5.i386.rpm -ONLY_FOR_PLATFORM= NetBSD-1.4[C-Z]-i386 NetBSD-1.[5-9]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.4[G-Z]-i386 NetBSD-1.[5-9]*-i386 MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mpegtv.com/ |