aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2012-06-29 18:07:34 +0800
committerjohans <johans@FreeBSD.org>2012-06-29 18:07:34 +0800
commite4ef559ae1c7c5de0fe5a45ca16fef78823211e3 (patch)
treeeb8b2f85a30e75f63473b43ba5f539fd6d3cb11f /security
parentb696f60de705575cfdc752261066bafcfd998615 (diff)
downloadfreebsd-ports-gnome-e4ef559ae1c7c5de0fe5a45ca16fef78823211e3.tar.gz
freebsd-ports-gnome-e4ef559ae1c7c5de0fe5a45ca16fef78823211e3.tar.zst
freebsd-ports-gnome-e4ef559ae1c7c5de0fe5a45ca16fef78823211e3.zip
Remove SITE_PERL from RUN_DEPENDS
Submitted by: az
Diffstat (limited to 'security')
-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//}