diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-02-08 18:45:38 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-02-08 18:45:38 +0000 |
commit | c6542427d4a359425d5b03a8e1459ff124056728 (patch) | |
tree | a92303e63e8cb81dd54aec602994b09ff66d0eaa /multimedia/ogmrip | |
parent | 51fdedf3f9a4eb659a58e30ebe8e1fcaef60dea6 (diff) |
Notes
Diffstat (limited to 'multimedia/ogmrip')
-rw-r--r-- | multimedia/ogmrip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index 620b1cf8cbd1..2436e735172e 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogmrip PORTVERSION= 0.12.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Application and libraries for encoding DVDs into DivX/OGM files BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= enca.5:${PORTSDIR}/converters/enca \ - dvdread.5:${PORTSDIR}/multimedia/libdvdread + dvdread.4:${PORTSDIR}/multimedia/libdvdread RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ oggenc:${PORTSDIR}/audio/vorbis-tools \ mencoder:${PORTSDIR}/multimedia/mencoder \ |