diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-01 01:11:32 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-01 01:11:32 +0000 |
commit | 24088507c238e1deb0ea9ea7d85c16e7bd240800 (patch) | |
tree | 76e6d0e12ae9cb198f52ea0c084823b674505e00 /devel/p5-Array-Window/Makefile | |
parent | 86ba00c3b3530a9a123bc9bb5465b152d2bf56c2 (diff) | |
download | ports-24088507c238e1deb0ea9ea7d85c16e7bd240800.tar.gz ports-24088507c238e1deb0ea9ea7d85c16e7bd240800.zip |
Notes
Diffstat (limited to 'devel/p5-Array-Window/Makefile')
-rw-r--r-- | devel/p5-Array-Window/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Array-Window/Makefile b/devel/p5-Array-Window/Makefile index 844897cca398..1f336e6e9481 100644 --- a/devel/p5-Array-Window/Makefile +++ b/devel/p5-Array-Window/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Calculate windows/subsets/pages of arrays -RUN_DEPENDS= p5-Params-Util>=0.12:${PORTSDIR}/devel/p5-Params-Util +BUILD_DEPENDS= p5-Params-Util>=0.12:${PORTSDIR}/devel/p5-Params-Util +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |