diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-03 20:57:38 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-03 20:57:38 +0800 |
commit | 19bb379e5ef9d0ed6b374de355ebee4b92fc0eaa (patch) | |
tree | 06743fcfd3ba5bc41c60943c59ded1ef9df736b7 | |
parent | ffc9e68984c7b9dc1760598433d24a65197e1c66 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |