diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-26 13:02:25 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-26 13:02:25 +0800 |
commit | 6c638c235dd46ca010e0c37bb0d9621d63f158c5 (patch) | |
tree | 5932617b065f04cca51c40b796decd3110028967 /www/p5-Apache-ASP | |
parent | 727c0917d7f88366e77bb717fe16245573d215f7 (diff) | |
download | freebsd-ports-gnome-6c638c235dd46ca010e0c37bb0d9621d63f158c5.tar.gz freebsd-ports-gnome-6c638c235dd46ca010e0c37bb0d9621d63f158c5.tar.zst freebsd-ports-gnome-6c638c235dd46ca010e0c37bb0d9621d63f158c5.zip |
Location of MD5.pm is moved.
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index c999e40c442c..82c75d35f8e7 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= igor@zynaps.ru BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump |