diff options
Diffstat (limited to 'devel/p5-ResourcePool/Makefile')
-rw-r--r-- | devel/p5-ResourcePool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-ResourcePool/Makefile b/devel/p5-ResourcePool/Makefile index d800875982f1..47d18cdc47de 100644 --- a/devel/p5-ResourcePool/Makefile +++ b/devel/p5-ResourcePool/Makefile @@ -38,8 +38,8 @@ post-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable .endif .include <bsd.port.post.mk> |