diff options
Diffstat (limited to 'audio/ripit/Makefile')
-rw-r--r-- | audio/ripit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 10456be9756a..77d72824c67d 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -15,7 +15,7 @@ MAINTAINER= oyvindmo@initio.no COMMENT= A perl-script frontend for encoding audio CDs to MP3 files # 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= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame RUN_DEPENDS+= dagrab:${PORTSDIR}/audio/dagrab |