diff options
Diffstat (limited to 'security/p5-SHA/Makefile')
-rw-r--r-- | security/p5-SHA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index 3e812d0bd76c..57cc6d96c0c9 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the SHA1 algorithm RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes |