From a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Sat, 30 Jun 2012 14:53:22 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- ports-mgmt/portscout/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ports-mgmt/portscout') diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 4fa4b661e0de..37a16e20852b 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -24,22 +24,22 @@ PORTDOCS= UPDATING portscout-portconfig.txt xml-datasrc-example.xml MAN1= portscout.1 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Proc/Queue.pm:${PORTSDIR}/devel/p5-Proc-Queue \ - ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Proc-Queue>=0:${PORTSDIR}/devel/p5-Proc-Queue \ + p5-Net>=0:${PORTSDIR}/net/p5-Net \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww .include .if defined(WITH_SQLITE3) USE_SQLITE= 3 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite +RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite .elif !defined(WITHOUT_PGSQL) USE_PGSQL= yes -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .endif pre-everything:: -- cgit v1.2.3