From e6353d0b3db307b860585f8ab426823ebe603cb0 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Fri, 29 Jun 2012 16:47:42 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- audio/mp3burn/Makefile | 6 +++--- audio/p5-Audio/Makefile | 2 +- audio/soundgrab/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'audio') diff --git a/audio/mp3burn/Makefile b/audio/mp3burn/Makefile index 3ca4b9cf4532..b87abeb33c5c 100644 --- a/audio/mp3burn/Makefile +++ b/audio/mp3burn/Makefile @@ -15,9 +15,9 @@ COMMENT= Command line tool to burn audio CDs from MP3, Ogg, Vorbis, FLAC files RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ - ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis/Header.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote + p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \ + p5-Ogg-Vorbis-Header>=0:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header \ + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index c17c4f5988f8..d04127dd8fb2 100644 --- a/audio/p5-Audio/Makefile +++ b/audio/p5-Audio/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= An audio manipulation routines for perl -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Math/GSL.pm:${PORTSDIR}/math/p5-Math-GSL +BUILD_DEPENDS= p5-Math-GSL>=0:${PORTSDIR}/math/p5-Math-GSL RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile index 493dd6d9b7b3..05615789aef8 100644 --- a/audio/soundgrab/Makefile +++ b/audio/soundgrab/Makefile @@ -20,8 +20,8 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ rawplay:${PORTSDIR}/audio/rawrec \ oggenc:${PORTSDIR}/audio/vorbis-tools \ flac:${PORTSDIR}/audio/flac \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes LICENSE= GPLv2 -- cgit v1.2.3