diff options
Diffstat (limited to 'sysutils/hploscripts/Makefile')
-rw-r--r-- | sysutils/hploscripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hploscripts/Makefile b/sysutils/hploscripts/Makefile index 471421100c96..68e870a93ddf 100644 --- a/sysutils/hploscripts/Makefile +++ b/sysutils/hploscripts/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= HP Lights-Out management perl scripts BUILD_DEPENDS= p5-IO-Socket-SSL>=1.19:${PORTSDIR}/security/p5-IO-Socket-SSL -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= 5.8.0+ NO_BUILD= yes |