diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-02 14:09:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-02 14:09:24 +0000 |
commit | 5eca1867d92095f7b8089bba722b6b45d420152d (patch) | |
tree | ecd5aaa7aae1acdf57cfdb4cb08748509203b8b6 /audio/ripit | |
parent | 5813de9fe0900be7eb61b1db242b888739710ff3 (diff) | |
download | ports-5eca1867d92095f7b8089bba722b6b45d420152d.tar.gz ports-5eca1867d92095f7b8089bba722b6b45d420152d.zip |
- Add p5-libwww as depend
PR: ports/102758
Submitted by: Soeren Straarup <xride@x12.dk>
Approved by: Øyvind Møll (maintainer)
Notes
Notes:
svn path=/head/; revision=171874
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 |