diff options
author | tron <tron@pkgsrc.org> | 2000-06-05 06:49:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-05 06:49:27 +0000 |
commit | ea454ebc2ef3571fd277e0e9de83094d830db321 (patch) | |
tree | 8b3332976ba1a1856af61af79cce7fccc8502d48 /graphics/mtv/Makefile | |
parent | 9cd1ed21ce36135984c2fe348ad64d83454b5380 (diff) | |
download | pkgsrc-ea454ebc2ef3571fd277e0e9de83094d830db321.tar.gz |
pkglint: put "ONLY_FOR_PLATFORMS" at the correct location.
Diffstat (limited to 'graphics/mtv/Makefile')
-rw-r--r-- | graphics/mtv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 83ae6ed429d..0f98c81f589 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.17 2000/05/17 10:06:44 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/06/05 06:49:27 tron Exp $ DISTNAME= mtv-1.1.1.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc2.1/packages/RPMS/ DISTFILES= ${DISTNAME}-1.i386.rpm SDL-1.1.2-1.i386.rpm -ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.[5-9]*-i386 MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mpegtv.com/ DEPENDS= suse_xforms>=6.3:../../emulators/suse_xforms +ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.[5-9]*-i386 + DIST_SUBDIR= mtv LICENSE= fee-based-commercial-use MANCOMPRESSED= |