diff options
author | swills <swills@FreeBSD.org> | 2012-01-07 02:43:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-07 02:43:36 +0800 |
commit | 4d32f1892c9ab7db1345fe38893bef3fc88d8993 (patch) | |
tree | d829fc85facc48c7435428c4425404d5500c701e /multimedia/p5-FLV-Info | |
parent | d54e71194fd006d050e45a0566ef3b3ffbafff2e (diff) | |
download | freebsd-ports-gnome-4d32f1892c9ab7db1345fe38893bef3fc88d8993.tar.gz freebsd-ports-gnome-4d32f1892c9ab7db1345fe38893bef3fc88d8993.tar.zst freebsd-ports-gnome-4d32f1892c9ab7db1345fe38893bef3fc88d8993.zip |
- Add missing BUILD_DEPENDS to silence build warning and enable testing
Diffstat (limited to 'multimedia/p5-FLV-Info')
-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 |