diff options
Diffstat (limited to 'graphics/p5-SWF-Builder/Makefile')
-rw-r--r-- | graphics/p5-SWF-Builder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-SWF-Builder/Makefile b/graphics/p5-SWF-Builder/Makefile index efe758ba917d..170894196eb8 100644 --- a/graphics/p5-SWF-Builder/Makefile +++ b/graphics/p5-SWF-Builder/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create SWF movie -BUILD_DEPENDS= p5-SWF-File>=0:graphics/p5-SWF-File \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-SWF-File>=0:graphics/p5-SWF-File \ p5-Math-Bezier-Convert>=0:math/p5-Math-Bezier-Convert \ p5-Font-TTF>=0:x11-fonts/p5-Font-TTF -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= dos2unix perl5 shebangfix SHEBANG_FILES= lib/SWF/Builder/ActionScript/Compiler.pm |