summaryrefslogtreecommitdiff
path: root/lang/p5-ePerl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 22:58:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 22:58:48 +0000
commit2a657a2e8819582ac1b1dba27928d0646555040c (patch)
tree8ba45990272231ab892f678fa6a81e66c7f87fff /lang/p5-ePerl
parentBROKEN on 5.x: Configure fails (diff)
BROKEN on 5.x: configure fails
Notes
Notes: svn path=/head/; revision=100088
Diffstat (limited to 'lang/p5-ePerl')
-rw-r--r--lang/p5-ePerl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile
index 484a101f04e4..7bf09b3f0c15 100644
--- a/lang/p5-ePerl/Makefile
+++ b/lang/p5-ePerl/Makefile
@@ -20,4 +20,10 @@ PERL_CONFIGURE= yes
MAN3= Parse::ePerl.3 Apache::ePerl.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Configure fails"
+.endif
+
+.include <bsd.port.post.mk>