diff options
Diffstat (limited to 'audio/ripit')
-rw-r--r-- | audio/ripit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index c3fa3c391843..f99bd6fd1387 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -15,6 +15,7 @@ COMMENT= A perl-script frontend for encoding audio CDs to MP3 files # See pkg-message about other dependencies. RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get +RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame RUN_DEPENDS+= cdparanoia:${PORTSDIR}/audio/cdparanoia |