aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Include
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 22:36:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 22:36:12 +0000
commite1f51c3373c3c2730bd053e5279c42d247e7e9ba (patch)
tree1c6fe67294efeae41864616aa7e2419ef9e754e7 /devel/p5-Include
parent29ccdace3b3adb2bf3ca0ed40e7a21fd8f1d7352 (diff)
downloadports-e1f51c3373c3c2730bd053e5279c42d247e7e9ba.tar.gz
ports-e1f51c3373c3c2730bd053e5279c42d247e7e9ba.zip
Notes
Diffstat (limited to 'devel/p5-Include')
-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>