aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2008-02-05 05:41:31 +0800
committerjohans <johans@FreeBSD.org>2008-02-05 05:41:31 +0800
commit746acb5966c934d3b4b9d936196cbf9c168c59e1 (patch)
tree0bd2a159d014295e5c017c465e8eeb83db644597 /security
parent69e3d4a48c253f5a75db2671d0653e1ab9e672ff (diff)
downloadfreebsd-ports-gnome-746acb5966c934d3b4b9d936196cbf9c168c59e1.tar.gz
freebsd-ports-gnome-746acb5966c934d3b4b9d936196cbf9c168c59e1.tar.zst
freebsd-ports-gnome-746acb5966c934d3b4b9d936196cbf9c168c59e1.zip
Fix dependency check
Reported by: pointyhat via pav
Diffstat (limited to 'security')
-rw-r--r--security/signing-party/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile
index a1d65ef0e635..c2bb0072f2dd 100644
--- a/security/signing-party/Makefile
+++ b/security/signing-party/Makefile
@@ -22,7 +22,7 @@ MAINTAINER= johans@stack.nl
COMMENT= Various OpenPGP related tools
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \
- ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \
+ ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \
${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
${SITE_PERL}/Mail/Util.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \