aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/oniguruma/Makefile')
-rw-r--r--devel/oniguruma/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index a7701c2ff818..2611fa37e124 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -25,6 +25,12 @@ INSTALLS_SHLIB= yes
DOCS= HISTORY README doc/*
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 502000
+BROKEN= "Does not compile"
+.endif
+
pre-build:
${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/
@@ -38,4 +44,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>