diff options
-rw-r--r-- | lang/p5-ePerl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index a2a121e35bd1..dc11bd5438cf 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -21,7 +21,7 @@ MAN3= Parse::ePerl.3 Apache::ePerl.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800058 +.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000) BROKEN= does not build .endif |