diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:17:31 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:17:31 +0000 |
commit | d726ccd9e4ec73a1cdf27b91c954e80c85edfcc3 (patch) | |
tree | e31048c2bec2375a3c12c61f968380b3fe22cf0b /multimedia/dvdrip | |
parent | - Add a workaround for the problem that cdda2wav doesn't use a page (diff) |
Chase the merge of sysutils/mkisofs into sysutils/cdrtools.
Submitted by: marius
Notes
Notes:
svn path=/head/; revision=110680
Diffstat (limited to 'multimedia/dvdrip')
-rw-r--r-- | multimedia/dvdrip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index ec3ce830d45c..663fd8d565f0 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdrip PORTVERSION= 0.50.16 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.exit1.org/dvdrip/dist/ DISTNAME= Video-DVDRip-${PORTVERSION} @@ -23,7 +24,6 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storabl RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \ cdrecord:${PORTSDIR}/sysutils/cdrtools \ convert:${PORTSDIR}/graphics/ImageMagick \ - mkisofs:${PORTSDIR}/sysutils/mkisofs \ mplayer:${PORTSDIR}/multimedia/mplayer \ oggenc:${PORTSDIR}/audio/vorbis-tools \ ogmmerge:${PORTSDIR}/multimedia/ogmtools \ |