diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-25 00:46:53 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-25 00:46:53 +0000 |
commit | f450492fe7c2b330d8e9b55985c8585d8e1010e7 (patch) | |
tree | d5b545b22d0e7006ac972cf52c6da5482033516d /audio/ripit | |
parent | List the correct file name. (diff) |
This port wants audio/lame and audio/dagrab to work nicely, so add them
as RUN_DEPENDS.
Notes
Notes:
svn path=/head/; revision=55211
Diffstat (limited to 'audio/ripit')
-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 6f4712231d34..197ac294be92 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 |