diff options
-rw-r--r-- | security/f-prot/Makefile | 1 | ||||
-rw-r--r-- | security/f-protd/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 9afe76a61dc9..ccfc51aca314 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -25,6 +25,7 @@ RESTRICTED= Free for personal use only WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +USE_PERL5= yes MAN1= f-prot.1 diff --git a/security/f-protd/Makefile b/security/f-protd/Makefile index db23e92f7b2d..dae924165d6d 100644 --- a/security/f-protd/Makefile +++ b/security/f-protd/Makefile @@ -22,6 +22,7 @@ RESTRICTED= Restrictive 60 day evaluation license WRKSRC= ${WRKDIR}/f-prot NO_BUILD= yes +USE_PERL5= yes USE_RC_SUBR= fprotd.sh fprotd_scanmail.sh MAN8= f-prot-milter.8 f-prot-qmail.8 f-protd.8 scan-mail.pl.8 |