diff options
author | tron <tron@pkgsrc.org> | 2000-08-29 12:43:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-29 12:43:42 +0000 |
commit | 0513e02e7ef68b049ac1ce9b270f10fe6c704bee (patch) | |
tree | c6201a510a45874f6fb877518a94f84f174c5a15 /graphics/mtv/Makefile | |
parent | ffa94c10d5c49fc5a4028d5991d067f2b79638c8 (diff) | |
download | pkgsrc-0513e02e7ef68b049ac1ce9b270f10fe6c704bee.tar.gz |
Use "DEPENDS+=" instead of "DEPENDS" so that we really get all dependences.
Diffstat (limited to 'graphics/mtv/Makefile')
-rw-r--r-- | graphics/mtv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index fbd6a8e11a4..627960737bb 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/08/29 12:36:46 tron Exp $ +# $NetBSD: Makefile,v 1.25 2000/08/29 12:43:42 tron Exp $ DISTNAME= mtv-1.1.4 CATEGORIES= graphics @@ -8,8 +8,8 @@ DISTFILES= ${DISTNAME}-1.i386.rpm SDL-1.1.2-1.i386.rpm MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mpegtv.com/ -DEPENDS= suse_audio>=6.3:../../emulators/suse_audio -DEPENDS= suse_xforms>=6.3:../../emulators/suse_xforms +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 |