diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-06 18:43:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-06 18:43:36 +0000 |
commit | 076eb354aa0c2ea182a2fd99dfecc27dacc8a346 (patch) | |
tree | 9dbce6e82430962c498b87686fa72f4b75a972f0 | |
parent | a0644d692ee1f60a3f318201d1b4e5db94428293 (diff) | |
download | ports-076eb354aa0c2ea182a2fd99dfecc27dacc8a346.tar.gz ports-076eb354aa0c2ea182a2fd99dfecc27dacc8a346.zip |
Notes
-rw-r--r-- | multimedia/p5-FLV-Info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile index 941c39c02101..203a93fb1226 100644 --- a/multimedia/p5-FLV-Info/Makefile +++ b/multimedia/p5-FLV-Info/Makefile @@ -15,10 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Extract metadata from Flash Video files -RUN_DEPENDS= p5-AMF-Perl>=0.15:${PORTSDIR}/www/p5-AMF-Perl \ +BUILD_DEPENDS= p5-AMF-Perl>=0.15:${PORTSDIR}/www/p5-AMF-Perl \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ p5-SWF-File>=0.033:${PORTSDIR}/graphics/p5-SWF-File +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |