diff options
author | alfred <alfred@FreeBSD.org> | 2002-02-25 00:46:53 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-02-25 00:46:53 +0000 |
commit | e173a5a4a2df6e84fd2615e9a91658c53cb6e4e9 (patch) | |
tree | 9ad76d1e716f62cbc25e15a276437d0276fd7587 /audio | |
parent | 2abe0b268bdaa8432e360c089de8586a9d75a021 (diff) | |
download | FreeBSD-ports-e173a5a4a2df6e84fd2615e9a91658c53cb6e4e9.zip FreeBSD-ports-e173a5a4a2df6e84fd2615e9a91658c53cb6e4e9.tar.gz |
This port wants audio/lame and audio/dagrab to work nicely, so add them
as RUN_DEPENDS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ripit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 6f47122..197ac294 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -14,6 +14,8 @@ MAINTAINER= oyvindmo@initio.no # See pkg-message about other dependencies. RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get +RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame +RUN_DEPENDS+= dagrab:${PORTSDIR}/audio/dagrab NO_BUILD= yes USE_PERL5= yes |