From 3c89f9d101ea9a2d335ea2ec97bb94cd58e888b3 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 6 Jun 2012 03:29:58 +0000 Subject: [PATCH] Avoid the use of site perl Submitted by: az --- net/xrdesktop/Makefile | 2 +- sysutils/googlog/Makefile | 4 ++-- sysutils/stalepid/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/xrdesktop/Makefile b/net/xrdesktop/Makefile index 546cc1fe32e6..cfec9301235c 100644 --- a/net/xrdesktop/Makefile +++ b/net/xrdesktop/Makefile @@ -15,7 +15,7 @@ MAINTAINER= eadler@FreeBSD.org COMMENT= A p5-Gtk frontend to rdesktop RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \ - ${SITE_PERL}/${PERL_ARCH}/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk + p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk NO_BUILD= yes USE_PERL5= yes diff --git a/sysutils/googlog/Makefile b/sysutils/googlog/Makefile index 0acf72a390d7..bebbcf0b64fa 100644 --- a/sysutils/googlog/Makefile +++ b/sysutils/googlog/Makefile @@ -16,8 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= eadler@FreeBSD.org COMMENT= GoogLog is a simple tool to search inside your syslog files -RUN_DEPENDS= ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \ - ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template +RUN_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \ + p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template NO_BUILD= yes USE_PERL5= yes diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index 3d19d97a51e6..acb1bf0591f8 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= eadler@FreeBSD.org COMMENT= Check for stale pid files and remove them -RUN_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error +RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error USE_PERL5_RUN= yes