diff options
Diffstat (limited to 'security/p5-openxpki-deployment/Makefile')
-rw-r--r-- | security/p5-openxpki-deployment/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-openxpki-deployment/Makefile b/security/p5-openxpki-deployment/Makefile index 59dae8a73e80..19a6f4cd511f 100644 --- a/security/p5-openxpki-deployment/Makefile +++ b/security/p5-openxpki-deployment/Makefile @@ -17,9 +17,9 @@ MAINTAINER= svysh@pn.sinp.msu.ru COMMENT= Perl based enterprise class trustcenter software for PKI BUILD_DEPENDS= \ - ${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client \ - ${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \ + p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} |