diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-06 16:23:43 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-06 16:23:43 +0000 |
commit | 43c812648f2d6401a7caf4f4ea0ba91b052eb216 (patch) | |
tree | fcac4d448e9bf5756ad1c92c355ef74f3874c988 /devel/p5-Contextual-Return | |
parent | a146d8a0c6f989c4ab95308e13338ea1f93be568 (diff) | |
download | ports-43c812648f2d6401a7caf4f4ea0ba91b052eb216.tar.gz ports-43c812648f2d6401a7caf4f4ea0ba91b052eb216.zip |
Notes
Diffstat (limited to 'devel/p5-Contextual-Return')
-rw-r--r-- | devel/p5-Contextual-Return/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Contextual-Return/Makefile b/devel/p5-Contextual-Return/Makefile index a6ec34da21ab..87b77567d8bd 100644 --- a/devel/p5-Contextual-Return/Makefile +++ b/devel/p5-Contextual-Return/Makefile @@ -16,8 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create context-senstive return values -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |