diff options
author | dougb <dougb@FreeBSD.org> | 2005-12-16 08:56:39 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-12-16 08:56:39 +0800 |
commit | 59f3473afa388852b06e35b66d23bb0b3d0c3af6 (patch) | |
tree | bc037b07b4807c078df897a69d52ca3c55b86c4a /dns/p5-Net-DNS | |
parent | 8ef73f6ae93331c6fbef1627fbd33be67f3f43d1 (diff) | |
download | freebsd-ports-gnome-59f3473afa388852b06e35b66d23bb0b3d0c3af6.tar.gz freebsd-ports-gnome-59f3473afa388852b06e35b66d23bb0b3d0c3af6.tar.zst freebsd-ports-gnome-59f3473afa388852b06e35b66d23bb0b3d0c3af6.zip |
Make the second RUN_DEPENDS +=
Pointy hat to: me
Thanks to: kris
Diffstat (limited to 'dns/p5-Net-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 |