diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-25 17:25:32 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-25 17:25:32 +0800 |
commit | f5402dc355cec5895012db1b0ea403d7cb43c5b2 (patch) | |
tree | 7e00277521519cb0ce6fea3ab67a0c82398a2bed /devel/p5-Cache-Cache | |
parent | 377f44b96d55324f9c2f23df79e45bfa72741a81 (diff) | |
download | freebsd-ports-gnome-f5402dc355cec5895012db1b0ea403d7cb43c5b2.tar.gz freebsd-ports-gnome-f5402dc355cec5895012db1b0ea403d7cb43c5b2.tar.zst freebsd-ports-gnome-f5402dc355cec5895012db1b0ea403d7cb43c5b2.zip |
Add missed dependencied.
Sponsired by: Porta Software Ltd.
Diffstat (limited to 'devel/p5-Cache-Cache')
-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 731dd67ab33a..65dd0547bd4c 100644 --- a/devel/p5-Cache-Cache/Makefile +++ b/devel/p5-Cache-Cache/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Error.pm:${PORTSDIR}/lang/p5-Error + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Error.pm:${PORTSDIR}/lang/p5-Error \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |