diff options
Diffstat (limited to 'devel/p5-IPC-SharedCache/Makefile')
-rw-r--r-- | devel/p5-IPC-SharedCache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IPC-SharedCache/Makefile b/devel/p5-IPC-SharedCache/Makefile index 3b340723661f..df050472b6c6 100644 --- a/devel/p5-IPC-SharedCache/Makefile +++ b/devel/p5-IPC-SharedCache/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for managing a SysV IPC shared memory cache -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +BUILD_DEPENDS= p5-IPC-ShareLite>=0:${PORTSDIR}/devel/p5-IPC-ShareLite \ + p5-Storable>=0:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS:= ${BUILD_DEPENDS} |