aboutsummaryrefslogtreecommitdiff
path: root/security/signing-party/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-29 10:07:34 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-29 10:07:34 +0000
commit4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e (patch)
tree8c4b29cf6da7e7d3cbfe0758e751b169da0113f1 /security/signing-party/Makefile
parent1e01e8e206d6efb10482c3a9fe2f3d335334506d (diff)
downloadports-4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e.tar.gz
ports-4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e.zip
Remove SITE_PERL from RUN_DEPENDS
Submitted by: az
Notes
Notes: svn path=/head/; revision=300208
Diffstat (limited to 'security/signing-party/Makefile')
-rw-r--r--security/signing-party/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile
index 79a89328e7ec..461a6ed67e81 100644
--- a/security/signing-party/Makefile
+++ b/security/signing-party/Makefile
@@ -18,13 +18,13 @@ MAINTAINER= johans@FreeBSD.org
COMMENT= Various OpenPGP related tools
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
- ${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 \
- ${SITE_PERL}/Convert/Recode.pm:${PORTSDIR}/converters/p5-Convert-Recode \
- ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
- ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+ p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \
+ p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
+ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
+ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
+ p5-Convert-Recode>=0:${PORTSDIR}/converters/p5-Convert-Recode \
+ p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
+ p5-GD>=0:${PORTSDIR}/graphics/p5-GD
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}