diff options
-rw-r--r-- | audio/cue2toc/Makefile | 2 | ||||
-rw-r--r-- | mail/popular/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/torrentsniff/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile index e9bd956c0fe4..56ceee158dce 100644 --- a/audio/cue2toc/Makefile +++ b/audio/cue2toc/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ \ MAINTAINER= pav@FreeBSD.org COMMENT= Perl script that converts CUE files into TOC files for cdrdao -RUN_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav +RUN_DEPENDS= p5-Audio-Wav>=0:${PORTSDIR}/audio/p5-Audio-Wav NO_BUILD= yes PLIST_FILES= bin/cue2toc.pl diff --git a/mail/popular/Makefile b/mail/popular/Makefile index 998927375df3..7efacd7769ad 100644 --- a/mail/popular/Makefile +++ b/mail/popular/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.remote.org/jochen/mail/popular/download/ MAINTAINER= pav@FreeBSD.org COMMENT= Suite of programs for setting up large POP3 server systems -BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM CONFLICTS= pserv-[0-9]* synce-librapi2-[0-9]* diff --git a/net-p2p/torrentsniff/Makefile b/net-p2p/torrentsniff/Makefile index deba18a2daf6..42be4f43fe48 100644 --- a/net-p2p/torrentsniff/Makefile +++ b/net-p2p/torrentsniff/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.highprogrammer.com/alan/perl/ MAINTAINER= pav@FreeBSD.org COMMENT= Commandline tool for getting status of torrent -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 USE_PERL5= yes NO_BUILD= yes |