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/monkeytail/Makefile | |
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/monkeytail/Makefile')
-rw-r--r-- | sysutils/monkeytail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |