diff options
author | pat <pat@FreeBSD.org> | 2002-01-11 04:34:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-11 04:34:17 +0000 |
commit | b8330606cf2bc2e9a56f78cbd9128728df91a0d0 (patch) | |
tree | 4363599df17ce5a8d9f195c0f6d3a924cdc80b40 /www/p5-AxKit | |
parent | 553ae835ce28bd1064bb117ebea5a3c0c2925efb (diff) | |
download | FreeBSD-ports-b8330606cf2bc2e9a56f78cbd9128728df91a0d0.zip FreeBSD-ports-b8330606cf2bc2e9a56f78cbd9128728df91a0d0.tar.gz |
Fix incorrect dependency
PR: 33758
Submitted by: maintainer
Diffstat (limited to 'www/p5-AxKit')
-rw-r--r-- | www/p5-AxKit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index a706a4b..1c81a4f 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-XSLT \ + ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |