diff options
Diffstat (limited to 'security/cp2fwb')
-rw-r--r-- | security/cp2fwb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cp2fwb/Makefile b/security/cp2fwb/Makefile index 3593376..c50128f 100644 --- a/security/cp2fwb/Makefile +++ b/security/cp2fwb/Makefile @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Checkpoint FW1 to Firewall Builder ruleset converter -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 USE_PERL5= yes NO_BUILD= yes |