1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Avoid the use of site perl

Submitted by:	az
This commit is contained in:
Eitan Adler 2012-06-06 03:29:58 +00:00
parent e7ecc69b07
commit 3c89f9d101
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298551
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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