summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Include/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile
index b56be7598b80..005ab4db77e3 100644
--- a/devel/p5-Include/Makefile
+++ b/devel/p5-Include/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= YES
MAN3= Include.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not install correctly"
+.endif
+
+.include <bsd.port.post.mk>