diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-12-16 00:56:39 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-12-16 00:56:39 +0000 |
commit | b41c982f315d86f540c4e81d4050eb4d7a43d13b (patch) | |
tree | 7469f58528e3f4ce68e60ef21a80a04c8f022241 /dns | |
parent | Diff reduction to ports/Mk. This was apparently some late change to the (diff) |
Make the second RUN_DEPENDS +=
Pointy hat to: me
Thanks to: kris
Notes
Notes:
svn path=/head/; revision=151272
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index cfa3f9c6b1d7..edbe98382482 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -53,7 +53,7 @@ pre-fetch: @${ECHO} "************************************************************" @sleep 5 .else -RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS+= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC .endif .if ${PERL_LEVEL} < 500800 |