diff options
author | swills <swills@FreeBSD.org> | 2012-04-24 08:53:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-24 08:53:49 +0800 |
commit | 3841d269c3666ce1bc699e846261ea408c98d655 (patch) | |
tree | 8ac679f3429fd6b533ffb271cf3c536bc323a819 | |
parent | 6b2fcaafbf0c3a54f100f75f0f95656f773c7b96 (diff) | |
download | freebsd-ports-gnome-3841d269c3666ce1bc699e846261ea408c98d655.tar.gz freebsd-ports-gnome-3841d269c3666ce1bc699e846261ea408c98d655.tar.zst freebsd-ports-gnome-3841d269c3666ce1bc699e846261ea408c98d655.zip |
- Add TEST_DEPENDS
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS
PR: ports/166527
Approved by: maintainer timeout (lth, >2 weeks)
-rw-r--r-- | www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile index eccf0eeb93a3..28072d20f8af 100644 --- a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile +++ b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Make the Catalyst request context available in Models and Views -RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle PERL_CONFIGURE= yes |