diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Cache-Cache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Cache-Cache/Makefile b/devel/p5-Cache-Cache/Makefile index 53d6019e94c9..cca707281007 100644 --- a/devel/p5-Cache-Cache/Makefile +++ b/devel/p5-Cache-Cache/Makefile @@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Cache::Cache -- Perl Cache interface -RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ +BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ p5-Digest-SHA1>=2.02:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Error>=0.15:${PORTSDIR}/lang/p5-Error \ p5-IPC-ShareLite>=0.09:${PORTSDIR}/devel/p5-IPC-ShareLite +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |