diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-01 13:32:52 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-01 13:32:52 +0000 |
commit | 8038969949511d81202a9e28f7c1ab1032d7a0be (patch) | |
tree | 0577bbc1d27910eb456149223282682cbb4584bf /devel | |
parent | 989bc2a142c0136c7dfc148ed3e03cf32743d5c4 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Component/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Class-Component/Makefile b/devel/p5-Class-Component/Makefile index 4ecdf5f5fdef..5a3642d86539 100644 --- a/devel/p5-Class-Component/Makefile +++ b/devel/p5-Class-Component/Makefile @@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Pluggable component framework -RUN_DEPENDS= p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \ +BUILD_DEPENDS= p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Inspector>0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= Yes |