diff options
-rw-r--r-- | chinese/metalist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/metalist/Makefile b/chinese/metalist/Makefile index ed95246f7559..75228389d129 100644 --- a/chinese/metalist/Makefile +++ b/chinese/metalist/Makefile @@ -15,7 +15,7 @@ MAINTAINER= autrijus@autrijus.org BUILD_DEPENDS= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server \ ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash \ - ${LIB_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ + ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl |