diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 17:21:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 17:21:42 +0800 |
commit | 07fc1341f00824cda02652dfb1bbeda9c30a997f (patch) | |
tree | 093620c3ef97f0f1e9663e40a0fa45907b3ad808 /security/f-protd | |
parent | 68dc71953fa6a94ea994ceb1e859394d75764257 (diff) | |
download | freebsd-ports-gnome-07fc1341f00824cda02652dfb1bbeda9c30a997f.tar.gz freebsd-ports-gnome-07fc1341f00824cda02652dfb1bbeda9c30a997f.tar.zst freebsd-ports-gnome-07fc1341f00824cda02652dfb1bbeda9c30a997f.zip |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'security/f-protd')
-rw-r--r-- | security/f-protd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |