diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:05:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:05:08 +0800 |
commit | b696f60de705575cfdc752261066bafcfd998615 (patch) | |
tree | b98bbf33a5bfac7f3b65291d5b3455e9aa792250 /net-mgmt | |
parent | 9a292c3f202221efed7d813d68c49503c5f7cddb (diff) | |
download | freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.gz freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.zst freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ocsinventory-agent/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index ccc24d80ed2e..0f2ac7e61b89 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -18,10 +18,10 @@ COMMENT= Keep track of the computers configuration and software LICENSE= GPLv2 -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ - ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ + p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon BUILD_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ lspci:${PORTSDIR}/sysutils/pciutils diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index 5f72162e1c64..a2dd48c84df4 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -15,14 +15,14 @@ COMMENT= Open Computer and Software Inventory Next Generation LICENSE= GPLv2 -RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${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 \ - ${SITE_PERL}/XML/Entities.pm:${PORTSDIR}/textproc/p5-XML-Entities +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 USE_APACHE= 20+ USE_MYSQL= 41+ |