diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2007-02-15 21:43:39 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2007-02-15 21:43:39 +0000 |
commit | 2589edca5932ffe418748a10d9146d079375349e (patch) | |
tree | 0c1f57ba432a8d573bbf58ea5f6a65c43b71f824 /multimedia/ogmrip | |
parent | 7cdaeed6ed045654276ac52ed5b4b55492aaedf2 (diff) | |
download | ports-2589edca5932ffe418748a10d9146d079375349e.tar.gz ports-2589edca5932ffe418748a10d9146d079375349e.zip |
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 5f62ff731c99..16ebf90014ba 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer \ oggenc:${PORTSDIR}/audio/vorbis-tools \ ogmmerge:${PORTSDIR}/multimedia/ogmtools \ lame:${PORTSDIR}/audio/lame -LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread \ + x264:${PORTSDIR}/multimedia/x264 USE_LDCONFIG= yes USE_GETTEXT= yes |