diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-12 07:49:43 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-12 07:49:43 +0000 |
commit | 4caad35110a71563f4dacfb501651e3b7623af18 (patch) | |
tree | eb8bd236a011bc157fdb918c968a40fcad5f0e5c /graphics/p5-SWF-Builder | |
parent | 2b49887c4576b540cdf7c0c38333ee4d582245bc (diff) | |
download | ports-4caad35110a71563f4dacfb501651e3b7623af18.tar.gz ports-4caad35110a71563f4dacfb501651e3b7623af18.zip |
Notes
Diffstat (limited to 'graphics/p5-SWF-Builder')
-rw-r--r-- | graphics/p5-SWF-Builder/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-SWF-Builder/Makefile b/graphics/p5-SWF-Builder/Makefile index 7b7dea6ccee0..076da5651bc6 100644 --- a/graphics/p5-SWF-Builder/Makefile +++ b/graphics/p5-SWF-Builder/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create SWF movie -BUILD_DEPENDS= ${SITE_PERL}/SWF/Element.pm:${PORTSDIR}/graphics/p5-SWF-File \ - ${SITE_PERL}/Math/Bezier/Convert.pm:${PORTSDIR}/math/p5-Math-Bezier-Convert \ - ${SITE_PERL}/Font/TTF/Font.pm:${PORTSDIR}/x11-fonts/p5-Font-TTF +BUILD_DEPENDS= p5-SWF-File>=0:${PORTSDIR}/graphics/p5-SWF-File \ + p5-Math-Bezier-Convert>=0:${PORTSDIR}/math/p5-Math-Bezier-Convert \ + p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |