aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-01-03 20:57:38 +0800
committererwin <erwin@FreeBSD.org>2004-01-03 20:57:38 +0800
commit19bb379e5ef9d0ed6b374de355ebee4b92fc0eaa (patch)
tree06743fcfd3ba5bc41c60943c59ded1ef9df736b7
parentffc9e68984c7b9dc1760598433d24a65197e1c66 (diff)
downloadfreebsd-ports-graphics-19bb379e5ef9d0ed6b374de355ebee4b92fc0eaa.tar.gz
freebsd-ports-graphics-19bb379e5ef9d0ed6b374de355ebee4b92fc0eaa.tar.zst
freebsd-ports-graphics-19bb379e5ef9d0ed6b374de355ebee4b92fc0eaa.zip
Fix after rearrangement of p5-Net-DNS
Forgotten by: dougb Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
-rw-r--r--dns/p5-Net-DNS-SEC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile
index c550266e988..862f3adba35 100644
--- a/dns/p5-Net-DNS-SEC/Makefile
+++ b/dns/p5-Net-DNS-SEC/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= DNSSEC extensions to Net::DNS
-BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \