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-prot | |
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-prot')
-rw-r--r-- | security/f-prot/Makefile | 1 |
1 files changed, 1 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 |