diff options
Diffstat (limited to 'net-mgmt/ocsinventory-ng/Makefile')
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index 3862a8f2d3ee..793bc7143448 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -11,14 +11,14 @@ COMMENT= Open Computer and Software Inventory Next Generation LICENSE= GPLv2 -RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ - p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI \ - p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ - p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ - p5-XML-Entities>=0:${PORTSDIR}/textproc/p5-XML-Entities +RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-Compress-Raw-Zlib>=0:archivers/p5-Compress-Raw-Zlib \ + p5-DBI>=0:databases/p5-DBI \ + p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-Apache-DBI>=0:www/p5-Apache-DBI \ + p5-Net-IP>=0:net-mgmt/p5-Net-IP \ + p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ + p5-XML-Entities>=0:textproc/p5-XML-Entities USES= perl5 USE_APACHE_RUN= 22+ |