summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 10:05:08 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 10:05:08 +0000
commit1e01e8e206d6efb10482c3a9fe2f3d335334506d (patch)
treee4105d931a03ee54571d2a49c8b80ce3cd5ffba3 /sysutils
parentConvert to new options framework (diff)
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300207
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lmon/Makefile6
-rw-r--r--sysutils/monkeytail/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lmon/Makefile b/sysutils/lmon/Makefile
index 2e16f290da3e..73fe10b78af2 100644
--- a/sysutils/lmon/Makefile
+++ b/sysutils/lmon/Makefile
@@ -14,9 +14,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= anders@FreeBSD.org
COMMENT= Near-realtime log monitoring tool, sends alerts on hits and misses
-RUN_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
- ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
- ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail
+RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
+ p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail \
+ p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
NO_BUILD= yes
USE_PERL5= yes
diff --git a/sysutils/monkeytail/Makefile b/sysutils/monkeytail/Makefile
index 3cc587cbcf1d..50afac19ee07 100644
--- a/sysutils/monkeytail/Makefile
+++ b/sysutils/monkeytail/Makefile
@@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= yzlin@FreeBSD.org
COMMENT= A multi-file tail on both local and remote hosts
-RUN_DEPENDS= ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
- ${SITE_PERL}/Getopt/Declare.pm:${PORTSDIR}/devel/p5-Getopt-Declare
+RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \
+ p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare
USE_PERL5_RUN= yes