diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:31:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:31:06 +0000 |
commit | 7c228e4748d93ea5aaea790deb37da1914d3be1d (patch) | |
tree | e367f5eae2328aa800b87bb72b814849e1f1fd2f /www/podcastamatic | |
parent | e13515f304b4eb05767a6453990dce8a1cc95234 (diff) |
Notes
Diffstat (limited to 'www/podcastamatic')
-rw-r--r-- | www/podcastamatic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/podcastamatic/Makefile b/www/podcastamatic/Makefile index f4f8236de483..c98e36c3c6c0 100644 --- a/www/podcastamatic/Makefile +++ b/www/podcastamatic/Makefile @@ -16,8 +16,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= lars.eggert@gmx.net COMMENT= Automates creation of webpage and RSS feed for a podcast -RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/MP4/Info.pm:${PORTSDIR}/multimedia/p5-MP4-Info +RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \ + p5-MP4-Info>=0:${PORTSDIR}/multimedia/p5-MP4-Info USE_ZIP= yes USE_PERL5_RUN= yes |