diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 10:01:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 10:01:31 +0000 |
commit | 0118d264e9325b2304bd2167762d5c046d73bc13 (patch) | |
tree | b5043aa6806913d929c82cda9f6de7cd83395a95 /graphics/mtv/Makefile | |
parent | 6e94b118ea9a510913457a0306c151fbfe9059a9 (diff) | |
download | pkgsrc-0118d264e9325b2304bd2167762d5c046d73bc13.tar.gz |
Depend on version 7.3 or newer of the SuSE packages because these are the
first once which really make this program work.
Diffstat (limited to 'graphics/mtv/Makefile')
-rw-r--r-- | graphics/mtv/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 16336c0b8df..56f0906e73d 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/04/03 11:00:01 tron Exp $ +# $NetBSD: Makefile,v 1.31 2002/04/04 10:01:31 tron Exp $ DISTNAME= mtv-1.2.5 CATEGORIES= graphics @@ -9,11 +9,8 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mpegtv.com/ COMMENT= MPEG Video+Audio and VCD Player -DEPENDS+= suse_audio>=6.3:../../emulators/suse_audio -DEPENDS+= suse_xforms>=6.3:../../emulators/suse_xforms - -ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \ - NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-i386 +DEPENDS+= suse_audio>=7.3:../../emulators/suse_audio +DEPENDS+= suse_xforms>=7.3:../../emulators/suse_xforms DIST_SUBDIR= mtv LICENSE= fee-based-commercial-use |