diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:21:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:21:42 +0000 |
commit | 522be11394d99c62f30d09ef34ca2406ef5e6bd1 (patch) | |
tree | 9b46a0b062c17168f5ee3e163a7952784af506cd /security | |
parent | f0fab6232d499e0992fe2f6b6a5d267fc3add663 (diff) | |
download | ports-522be11394d99c62f30d09ef34ca2406ef5e6bd1.tar.gz ports-522be11394d99c62f30d09ef34ca2406ef5e6bd1.zip |
Notes
Diffstat (limited to 'security')
-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 |