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-File | |
parent | 2b49887c4576b540cdf7c0c38333ee4d582245bc (diff) | |
download | ports-4caad35110a71563f4dacfb501651e3b7623af18.tar.gz ports-4caad35110a71563f4dacfb501651e3b7623af18.zip |
Notes
Diffstat (limited to 'graphics/p5-SWF-File')
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 880ecb287be0..309e89ff4d24 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Manipulating Flash movie (SWF) files -RUN_DEPENDS= ${SITE_PERL}/Data/TemporaryBag.pm:${PORTSDIR}/devel/p5-Data-TemporaryBag -BUILD_DEPENDS= ${SITE_PERL}/Data/TemporaryBag.pm:${PORTSDIR}/devel/p5-Data-TemporaryBag +RUN_DEPENDS= p5-Data-TemporaryBag>=0:${PORTSDIR}/devel/p5-Data-TemporaryBag +BUILD_DEPENDS= p5-Data-TemporaryBag>=0:${PORTSDIR}/devel/p5-Data-TemporaryBag PERL_CONFIGURE= yes |