diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-02 22:09:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-02 22:09:24 +0800 |
commit | 211d075bd9f624cab4fb25d9fd0c940dfb9ddbcf (patch) | |
tree | b64d9d281dd00617f16b6189ad5cafd5ec504631 /audio | |
parent | 5d8f2d381540ee9d69bb460480cae8da190b1264 (diff) | |
download | freebsd-ports-gnome-211d075bd9f624cab4fb25d9fd0c940dfb9ddbcf.tar.gz freebsd-ports-gnome-211d075bd9f624cab4fb25d9fd0c940dfb9ddbcf.tar.zst freebsd-ports-gnome-211d075bd9f624cab4fb25d9fd0c940dfb9ddbcf.zip |
- Add p5-libwww as depend
PR: ports/102758
Submitted by: Soeren Straarup <xride@x12.dk>
Approved by: Øyvind Møll (maintainer)
Diffstat (limited to 'audio')
-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 |