summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2008-02-04 21:41:31 +0000
committerJohan van Selst <johans@FreeBSD.org>2008-02-04 21:41:31 +0000
commit4dcf379820b90b623b610ef8bab52137927884ce (patch)
treeeb17b5aef9ba08b4fd688ab72c411e6e90a1d995 /security
parent- RC script: remove pidfile. The software does not produce it. (diff)
Fix dependency check
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=206730
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 \