diff options
author | wiz <wiz> | 2006-01-05 23:29:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-05 23:29:04 +0000 |
commit | c966e13c2062078bec748076d1712e6648057435 (patch) | |
tree | fc9279c9229ed30a36651c9c82d2f93cc8a6e9db /multimedia/dvdrip | |
parent | 6af896600cb2895e8dedf5655295d35c8286cedd (diff) | |
download | pkgsrc-c966e13c2062078bec748076d1712e6648057435.tar.gz |
Depend on cdrtools instead of cdrecord. Bump PKGREVISION.
Update some messages/comments.
Diffstat (limited to 'multimedia/dvdrip')
-rw-r--r-- | multimedia/dvdrip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 26f0f8af030..e42e7b16b95 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2005/12/11 09:40:45 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/01/05 23:29:04 wiz Exp $ # DISTNAME= Video-DVDRip-0.50.18 PKGNAME= ${DISTNAME:C|Video-DVDRip|dvdrip|} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= multimedia x11 sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Video/} @@ -12,7 +12,7 @@ HOMEPAGE= http://www.exit1.org/dvdrip/ COMMENT= Graphical frontend for DVD ripping DEPENDS+= cdrdao>=1.1.7:../../sysutils/cdrdao -DEPENDS+= {cdrecord,cdrtools-ossdvd}>=1.10:../../sysutils/cdrecord +DEPENDS+= {cdrtools,cdrtools-ossdvd}>=1.10:../../sysutils/cdrtools DEPENDS+= mplayer>=0.90:../../multimedia/mplayer DEPENDS+= ogmtools-[0-9]*:../../multimedia/ogmtools DEPENDS+= p5-Gdk-Pixbuf-[0-9]*:../../graphics/p5-Gdk-Pixbuf |