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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/lmon/Makefile | 6 | ||||
-rw-r--r-- | sysutils/monkeytail/Makefile | 4 |
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 |