diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-18 12:42:50 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-18 12:42:50 +0000 |
commit | ec7976667c6f8c76b9408c96e76727636b619c88 (patch) | |
tree | 98f9f3b9a70cb9b3d281549feb53980197c03ec6 /net-mgmt | |
parent | c5d191644ba028dfd8d5e30af091772480e01810 (diff) | |
download | ports-ec7976667c6f8c76b9408c96e76727636b619c88.tar.gz ports-ec7976667c6f8c76b9408c96e76727636b619c88.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index a63ba59e09bd..72aec1ef8246 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql50 \ + ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite |