diff options
Diffstat (limited to 'sysutils/fanout/Makefile')
-rw-r--r-- | sysutils/fanout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fanout/Makefile b/sysutils/fanout/Makefile index f984b9a8e575..a2d899c7a6ad 100644 --- a/sysutils/fanout/Makefile +++ b/sysutils/fanout/Makefile @@ -11,7 +11,8 @@ MASTER_SITES= http://www.stearns.org/fanout/ \ MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool to run commands on multiple machines -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/fanout bin/fanterm bin/fanmux .if !defined(NOPORTDOCS) |