diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 15:28:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 15:28:40 +0000 |
commit | 874a5c1f86df3b3b7a04e9b591dd816ce9781614 (patch) | |
tree | 1cb238197769b43370de48dbe25f67e9f400de2a /www/podcastamatic | |
parent | aaf3fcefeaa0e1d58505edc3dc9f1ce4439f5c53 (diff) |
Notes
Diffstat (limited to 'www/podcastamatic')
-rw-r--r-- | www/podcastamatic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/podcastamatic/Makefile b/www/podcastamatic/Makefile index c98e36c3c6c0..7033472d4e87 100644 --- a/www/podcastamatic/Makefile +++ b/www/podcastamatic/Makefile @@ -20,7 +20,8 @@ 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 +USES= perl5 +USE_PERL5= run NO_BUILD= yes |