diff options
Diffstat (limited to 'audio/mp3-archive-tools')
-rw-r--r-- | audio/mp3-archive-tools/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/mp3-archive-tools/Makefile b/audio/mp3-archive-tools/Makefile index 8e7a7e25b543..136808f955d0 100644 --- a/audio/mp3-archive-tools/Makefile +++ b/audio/mp3-archive-tools/Makefile @@ -15,9 +15,10 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A set of tools to ease organising a collection of audio files -BUILD_DEPENDS= ${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl \ - ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ + p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag +RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ + p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag PERL_CONFIGURE= yes |